summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2013-02-19 17:20:30 -0800
committerVishvananda Ishaya <vishvananda@gmail.com>2013-02-19 21:16:32 -0800
commit7ca39a6039d58d2f9991e31bf283389e3f588a45 (patch)
treec95b52d97b5e9ccc226b18595f2f4e766a61b5d9 /tools
parent3b649422a61dee822d813c6fbf9afb46569587b2 (diff)
downloadnova-7ca39a6039d58d2f9991e31bf283389e3f588a45.tar.gz
Fix broken logging imports.
This fixes all of the files incorrectly importing logging directly and removes the workaround in hacking.py that was due to improper from nova.openstack.common.log import logging statements. Change-Id: Icfc25dc148c4a7b5fa7f6a7b609cd6c3d94efee1
Diffstat (limited to 'tools')
-rwxr-xr-xtools/hacking.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/hacking.py b/tools/hacking.py
index d7c00046c6..1279e87e9d 100755
--- a/tools/hacking.py
+++ b/tools/hacking.py
@@ -46,7 +46,6 @@ logging.disable('LOG')
#N9xx other
IMPORT_EXCEPTIONS = ['sqlalchemy', 'migrate', 'nova.db.sqlalchemy.session',
- 'nova.openstack.common.log.logging',
'nova.db.sqlalchemy.migration.versioning_api']
# Paste is missing a __init__ in top level directory
START_DOCSTRING_TRIPLE = ['u"""', 'r"""', '"""', "u'''", "r'''", "'''"]