summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2012-01-18 21:15:14 -0800
committertermie <github@anarkystic.com>2012-01-18 21:47:18 -0800
commitfc79bbe7f4f6622a570d704e3e0d4ac248a30ec4 (patch)
tree7545b359bab1afbaa03e37499d5aed07df4e20e5 /bin
parente2f04f224e36c16430d7f7430b05d625ca5145a1 (diff)
downloadkeystone-fc79bbe7f4f6622a570d704e3e0d4ac248a30ec4.tar.gz
keystone-fc79bbe7f4f6622a570d704e3e0d4ac248a30ec4.tar.xz
keystone-fc79bbe7f4f6622a570d704e3e0d4ac248a30ec4.zip
update some names
Diffstat (limited to 'bin')
-rwxr-xr-xbin/keystone2
-rwxr-xr-xbin/keystone-manage2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/keystone b/bin/keystone
index 6e0f4398..5f75279b 100755
--- a/bin/keystone
+++ b/bin/keystone
@@ -19,7 +19,7 @@ if os.path.exists(os.path.join(possible_topdir,
from paste import deploy
from keystone import config
-from keystone import wsgi
+from keystone.common import wsgi
CONF = config.CONF
diff --git a/bin/keystone-manage b/bin/keystone-manage
index 63c1aac1..d290c8cd 100755
--- a/bin/keystone-manage
+++ b/bin/keystone-manage
@@ -19,7 +19,7 @@ if os.path.exists(os.path.join(possible_topdir,
from keystone import config
-from keystone import utils
+from keystone.common import utils
CONF = config.CONF