summaryrefslogtreecommitdiffstats
path: root/keystone/policy
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2012-01-18 20:57:44 -0800
committertermie <github@anarkystic.com>2012-01-18 20:57:44 -0800
commit308a766b5b8ddbfbaa549e3af7fa736c1e1d4218 (patch)
tree732546d2702535bd4ae17c0a1d10462e2368ce2e /keystone/policy
parent909012a63e5761b4ff09d2c63a7a0493f7daffa6 (diff)
downloadkeystone-308a766b5b8ddbfbaa549e3af7fa736c1e1d4218.tar.gz
keystone-308a766b5b8ddbfbaa549e3af7fa736c1e1d4218.tar.xz
keystone-308a766b5b8ddbfbaa549e3af7fa736c1e1d4218.zip
split up the services and kvs backends
Diffstat (limited to 'keystone/policy')
-rw-r--r--keystone/policy/backends/simple.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/policy/backends/simple.py b/keystone/policy/backends/simple.py
index 643d3e21..206ab574 100644
--- a/keystone/policy/backends/simple.py
+++ b/keystone/policy/backends/simple.py
@@ -1,7 +1,7 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-import logging
+from keystone.common import logging
class TrivialTrue(object):