예제 #1
0
 def __init__(self, dist):
     bdist_rpm.__init__(self, dist)
     self.dist = dist
예제 #2
0
 def __init__(self, dist):
     bdist_rpm.__init__(self, dist)
     self.dist = dist
예제 #3
0
 def __init__(self, dist, distro):
     self.distro = distro
     bdist_rpm.__init__(self, dist)
예제 #4
0
 def __init__(self, dist, distro):
     self.distro = distro
     bdist_rpm.__init__(self, dist)