diff options
author | Jay Lau <jay.lau.513@gmail.com> | 2013-05-10 15:03:45 +0800 |
---|---|---|
committer | Jay Lau <jay.lau.513@gmail.com> | 2013-05-14 21:48:17 +0800 |
commit | 3f4b8dfc4b9f1b2d6347676be5b3814575c6b5b9 (patch) | |
tree | b311a21e81d64c1b0bcb6739cb995f4644838ece /nova/cmd/scheduler.py | |
parent | 75af47a596b47674deec3867d81fabbea243d2a0 (diff) | |
download | nova-3f4b8dfc4b9f1b2d6347676be5b3814575c6b5b9.tar.gz |
Remove "#!/usr/bin/env python" from .py files under nova/cmd
Fix bug 1178543
Now in Havana, all nova service script start up logic are moved to
nova/cmd and those files are not simply python script but python
files, so there is no need to still keep "#!/usr/bin/env python"
for those files since they won't be run directly as scripts.
Change-Id: Ic102215dc0200ec1f6b47951bef31d58b08022ef
Diffstat (limited to 'nova/cmd/scheduler.py')
-rw-r--r-- | nova/cmd/scheduler.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/cmd/scheduler.py b/nova/cmd/scheduler.py index 40486f5db8..b8e6b99aa2 100644 --- a/nova/cmd/scheduler.py +++ b/nova/cmd/scheduler.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2010 United States Government as represented by the |