diff options
| author | Nikolay Sokolov <nsokolov@griddynamics.com> | 2011-07-06 01:09:00 +0400 |
|---|---|---|
| committer | Nikolay Sokolov <nsokolov@griddynamics.com> | 2011-07-06 01:09:00 +0400 |
| commit | c3229ec37f117d4fe8fc280b726a2e410a4b42a0 (patch) | |
| tree | 71b4e01d003b5441d1440b0abebc403fa5733884 | |
| parent | ca191deeca33bd8ff2330acaf02cafaf94bfe401 (diff) | |
Formatting fix.
| -rwxr-xr-x | bin/nova-api | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/nova-api b/bin/nova-api index a51eb1b6e..ccbb103f4 100755 --- a/bin/nova-api +++ b/bin/nova-api @@ -27,6 +27,7 @@ import os import signal import sys + possible_topdir = os.path.normpath(os.path.join(os.path.abspath( sys.argv[0]), os.pardir, os.pardir)) if os.path.exists(os.path.join(possible_topdir, "nova", "__init__.py")): |
