diff options
| author | Adipudi Praveena <padipudi@padipudi.(none)> | 2011-05-10 20:20:16 +0530 |
|---|---|---|
| committer | Adipudi Praveena <padipudi@padipudi.(none)> | 2011-05-10 20:20:16 +0530 |
| commit | ebeda76d08632b3a43d387e8c489dfffb65009ee (patch) | |
| tree | bdba3a87450a9fcbfbd5b52b613414338634eeac /test | |
| parent | c4cfe98424e6b25ef6fd72d1a62e328a680c4ec9 (diff) | |
Added the keystone top dir in configuration
Diffstat (limited to 'test')
| -rw-r--r-- | test/unit/test_identity.py | 2 |
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 |
