summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAdipudi Praveena <padipudi@padipudi.(none)>2011-05-10 20:20:16 +0530
committerAdipudi Praveena <padipudi@padipudi.(none)>2011-05-10 20:20:16 +0530
commitebeda76d08632b3a43d387e8c489dfffb65009ee (patch)
treebdba3a87450a9fcbfbd5b52b613414338634eeac /test
parentc4cfe98424e6b25ef6fd72d1a62e328a680c4ec9 (diff)
Added the keystone top dir in configuration
Diffstat (limited to 'test')
-rw-r--r--test/unit/test_identity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_identity.py b/test/unit/test_identity.py
index e6079366..adbd26db 100644
--- a/test/unit/test_identity.py
+++ b/test/unit/test_identity.py
@@ -3,7 +3,7 @@ import sys
# Need to access identity module
sys.path.append(os.path.abspath(os.path.join(os.path.abspath(__file__),
'..', '..', '..', '..', 'keystone')))
-from keystone import auth_server
+from keystone import server
import unittest
from webtest import TestApp
import httplib2