Missed one more keystone-server.

Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2012-02-02 09:39:02 -05:00
parent 69bb042a86
commit 0027f90c0e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ 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,
'keystone-server',
'keystone-all',
'__init__.py')):
sys.path.insert(0, possible_topdir)