Esempio n. 1
0
 def __init__(self, dist):
     bdist_rpm.__init__(self, dist)
     self.dist = dist
Esempio n. 2
0
 def __init__(self, dist):
     bdist_rpm.__init__(self, dist)
     self.dist = dist
Esempio n. 3
0
 def __init__(self, dist, distro):
     self.distro = distro
     bdist_rpm.__init__(self, dist)
Esempio n. 4
0
 def __init__(self, dist, distro):
     self.distro = distro
     bdist_rpm.__init__(self, dist)