Merge "Clean up executable modules"
This commit is contained in:
commit
8e1c1389a9
@ -544,7 +544,3 @@ def main():
|
||||
|
||||
mgr = DhcpAgent(cfg.CONF)
|
||||
mgr.run()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
@ -552,7 +552,3 @@ def main():
|
||||
|
||||
mgr = L3NATAgent(conf)
|
||||
mgr.daemon_loop()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
@ -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
1
quantum/plugins/cisco/client/cli.py
Normal file → Executable 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
0
quantum/plugins/cisco/run_tests.py
Normal file → Executable file
1
quantum/plugins/cisco/services/service_insertion.py
Normal file → Executable file
1
quantum/plugins/cisco/services/service_insertion.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
# vim: tabstop=4 shiftwidth=4 softtabstop=4
|
||||
#
|
||||
# Copyright 2011 Cisco Systems, Inc. All rights reserved.
|
||||
|
Loading…
x
Reference in New Issue
Block a user