|
@@ -294,9 +294,6 @@ class Repository(object):
|
|
except KeyError:
|
|
except KeyError:
|
|
raise self.DoesNotExist(self.path)
|
|
raise self.DoesNotExist(self.path)
|
|
|
|
|
|
- def add_callback(self, cb, data):
|
|
|
|
- cb(None, None, data)
|
|
|
|
-
|
|
|
|
def preload(self, ids):
|
|
def preload(self, ids):
|
|
"""Preload objects (only applies to remote repositories
|
|
"""Preload objects (only applies to remote repositories
|
|
"""
|
|
"""
|