summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2012-02-02 16:58:32 -0800
committertermie <github@anarkystic.com>2012-02-02 16:58:32 -0800
commit446b26850d1afa1bd239c3048a23fc818b86c8f0 (patch)
tree0ddce56080b24dddf5998263aa5952273ed0b85c
parentf91610c5d933ff3a2e0946caaeeb12c90a8e89b2 (diff)
use our own logging module
-rw-r--r--keystone/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/config.py b/keystone/config.py
index 5062927a..09c18ca6 100644
--- a/keystone/config.py
+++ b/keystone/config.py
@@ -1,11 +1,11 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
import gettext
-import logging
import sys
import os
from keystone.common import cfg
+from keystone.common import logging
gettext.install('keystone', unicode=1)