예제 #1
0
파일: setup.py 프로젝트: randomfox/M2Crypto
 def __init__(self, dist):
     clean.__init__(self, dist)
예제 #2
0
파일: setup.py 프로젝트: mcepl/M2Crypto
 def __init__(self, dist):
     clean.__init__(self, dist)
예제 #3
0
 def __init__(self, dist, **kwargs):
     self.paths = None
     clean.__init__(self, dist, **kwargs)
     self.user_options += [
         ('paths=', 'p', 'paths'),
     ]
예제 #4
0
 def __init__(self, dist):
     clean.__init__(self, dist)
     self.user_options += [
         ('paths=', 'p', 'paths'),
     ]
예제 #5
0
파일: build.py 프로젝트: nicoulaj/rainbow
 def __init__(self, dist):
     clean.__init__(self, dist)
     self.user_options += [
         ('paths=', 'p', 'paths'),
     ]