diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-02-19 11:04:51 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-02-19 11:04:51 +0000 |
| commit | 4e4ff9f4eacde5fc1e3bdad1bf4933c265d92f46 (patch) | |
| tree | 09aebd3aba8a4478f2da314db5d5fb019b14e069 /quantum | |
| parent | caca89aed092cb1624a0e4d6e0945090746b0d6c (diff) | |
| parent | f0daf3a7831a37c341572cd56570cbfb553b8a02 (diff) | |
| download | python-neutronclient-4e4ff9f4eacde5fc1e3bdad1bf4933c265d92f46.tar.gz | |
Merge "unexecutable lib files should not contain a shebang"
Diffstat (limited to 'quantum')
| -rwxr-xr-x | quantum/client/cli.py | 1 | ||||
| -rwxr-xr-x | quantum/client/cli_lib.py | 1 | ||||
| -rw-r--r-- | quantum/common/config.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/quantum/client/cli.py b/quantum/client/cli.py index 369b51f..9905736 100755 --- a/quantum/client/cli.py +++ b/quantum/client/cli.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2011 Nicira Networks, Inc. diff --git a/quantum/client/cli_lib.py b/quantum/client/cli_lib.py index d7d8774..6e202ff 100755 --- a/quantum/client/cli_lib.py +++ b/quantum/client/cli_lib.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2011 Nicira Networks, Inc. diff --git a/quantum/common/config.py b/quantum/common/config.py index 3788b5c..6bac72d 100644 --- a/quantum/common/config.py +++ b/quantum/common/config.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2011 Nicira Networks, Inc. |
