summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogeshwar Srikrishnan <yoga80@yahoo.com>2011-06-20 17:23:03 -0500
committerYogeshwar Srikrishnan <yoga80@yahoo.com>2011-06-20 17:23:03 -0500
commit435b5341001be11b0cb052e7cf1ad2012d1b93cb (patch)
tree79c65c11e25bb8fc370ba62dbe9b3ff3a3f39dc9
parent30a8b9f718296caf321d164d251ec2f1035047e8 (diff)
Reverting change thats not needed.
-rw-r--r--keystone/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/keystone/utils.py b/keystone/utils.py
index e8a35e68..b5e63c44 100644
--- a/keystone/utils.py
+++ b/keystone/utils.py
@@ -38,7 +38,6 @@ if os.path.exists(os.path.join(POSSIBLE_TOPDIR, 'keystone', '__init__.py')):
from queryext import exthandler
import keystone.logic.types.fault as fault
-from keystone.common import config
def is_xml_response(req):
if not "Accept" in req.headers: