def run(self):
     install.run(self)
     post_install()
예제 #2
0
파일: setup.py 프로젝트: ck1981/scalr-ctl
 def run(self):
     install.run(self)
     post_install()  # Does not work with pip
예제 #3
0
 def run(self):
     _develop.run(self)
     post_install()
예제 #4
0
 def run(self):
     _develop.run(self)
     post_install()
예제 #5
0
파일: setup.py 프로젝트: Scalr/scalr-ctl
 def run(self):
     install.run(self)
     post_install()  # Does not work with pip