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