Merge "Clean up executable modules"

This commit is contained in:
Jenkins 2012-11-09 07:28:05 +00:00 committed by Gerrit Code Review
commit 8e1c1389a9
6 changed files with 2 additions and 11 deletions

View File

@ -544,7 +544,3 @@ def main():
mgr = DhcpAgent(cfg.CONF)
mgr.run()
if __name__ == '__main__':
main()

View File

@ -552,7 +552,3 @@ def main():
mgr = L3NATAgent(conf)
mgr.daemon_loop()
if __name__ == '__main__':
main()

View File

@ -79,6 +79,3 @@ class QuantumDebugShell(QuantumShell):
def main(argv=None):
return QuantumDebugShell(QUANTUM_API_VERSION).run(argv or sys.argv[1:])
if __name__ == "__main__":
sys.exit(main())

1
quantum/plugins/cisco/client/cli.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
#
# Copyright 2011 Cisco Systems, Inc. All rights reserved.

0
quantum/plugins/cisco/run_tests.py Normal file → Executable file
View File

1
quantum/plugins/cisco/services/service_insertion.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
#
# Copyright 2011 Cisco Systems, Inc. All rights reserved.