Beispiel #1
0
 def __init__(self):
     self.d = ItemByRepoDB('source')
     self.dpkgtosrc = ItemByRepoDB('pkgtosrc')
Beispiel #2
0
 def __init__(self, id, lang):
     self.d = ItemByRepoDB('ii-%s-%s' % (id, lang))
Beispiel #3
0
 def __init__(self):
     self.d = ItemByRepoDB('component')
Beispiel #4
0
 def __init__(self):
     self.d = ItemByRepoDB('package')
     self.dr = ItemByRepoDB('revdep')