Example #1
0
 def run(self):
     self.update_config_py()
     install_lib.run(self)
Example #2
0
 def run(self):
     self.update_whois()
     self.update_simple_stats()
     install_lib.run(self)
Example #3
0
File: setup.py Project: saimir/FRED
 def run(self):
     self.update_session_config()
     self.update_version()
     install_lib.run(self)
Example #4
0
File: setup.py Project: saimir/FRED
 def run(self):
     self.update_config_py()
     install_lib.run(self)
Example #5
0
 def run(self):
     self.update_whois()
     self.update_simple_stats()
     install_lib.run(self)