Kaydet (Commit) 4bb11adc authored tarafından Eray Özkural's avatar Eray Özkural

* implement missing get_spec_repo

üst 3632a637
......@@ -61,6 +61,12 @@ class SourceDB(object):
except pisi.itembyrepodb.NotfoundError, e:
raise NotfoundError(name)
def get_spec_repo(self, name, repo=None, txn = None):
try:
return self.d.get_item_repo(name, repo, txn)
except pisi.itembyrepodb.NotfoundError, e:
raise NotfoundError(name)
def pkgtosrc(self, name):
return self.dpkgtosrc[name]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment