diff options
| author | Tushar Patil <tushar.vitthal.patil@gmail.com> | 2011-08-09 16:26:12 -0700 |
|---|---|---|
| committer | Tushar Patil <tushar.vitthal.patil@gmail.com> | 2011-08-09 16:26:12 -0700 |
| commit | 8a8b71b2eaf72b03c0c2bc847b449d2d640fc6c0 (patch) | |
| tree | b5be7eacff26e098b93eff60b90e57a25160cb6c /nova/utils.py | |
| parent | 96631a9e1188d1781381cafc409c2ec3ead895fb (diff) | |
| parent | 4b3165429797d40da17f5c59aaeadb00673b71b2 (diff) | |
| download | nova-8a8b71b2eaf72b03c0c2bc847b449d2d640fc6c0.tar.gz nova-8a8b71b2eaf72b03c0c2bc847b449d2d640fc6c0.tar.xz nova-8a8b71b2eaf72b03c0c2bc847b449d2d640fc6c0.zip | |
Merged with trunk
Diffstat (limited to 'nova/utils.py')
| -rw-r--r-- | nova/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py index 046eba741..36a545fb6 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -239,7 +239,7 @@ def abspath(s): def novadir(): import nova - return os.path.abspath(nova.__file__).split('nova/__init__.pyc')[0] + return os.path.abspath(nova.__file__).split('nova/__init__.py')[0] def default_flagfile(filename='nova.conf', args=None): |
