summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRamana Juvvadi <rjuvvadi@hcl.com>2011-05-10 11:18:54 -0500
committerRamana Juvvadi <rjuvvadi@hcl.com>2011-05-10 11:18:54 -0500
commitbfffddfde3fd849f1d1be31aa0984740308a749f (patch)
tree380d91f52bab2bc16f8b2a6f049d4815f6e7ee5b /test
parent3b1cdf2ab31e47b020ffa9af36f9593290b043f8 (diff)
parentf4a85e7725a58192a7a5c394b610748e60c714d6 (diff)
Merge branch 'praveena' of https://git.hcleai.com/keystone into praveena
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 09170a79..e2270912 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