summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorZhongyue Luo <zhongyue.nah@intel.com>2013-01-03 14:31:49 +0800
committerZhongyue Luo <zhongyue.nah@intel.com>2013-01-03 16:20:56 +0800
commitf78b0f9b054ef4af992613c718df65e4aeb8ebea (patch)
treec31f3715f6cb3496a36cbeaa9d9664347afc2da0 /HACKING.rst
parentb5138f28a510e797bdda67c9b2d3a6b63ba7b572 (diff)
downloadneutron-f78b0f9b054ef4af992613c718df65e4aeb8ebea.tar.gz
Logging module cleanup
Replaced logging with openstack.common.log Removed imports where logging is not used Fixes bug #1095541 Change-Id: I5b03d9697dde3ef3520f67d1d8166f7af7689551
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst
index ff7d86891d..0423c41e12 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -63,7 +63,6 @@ Human Alphabetical Order Examples
Example::
import httplib
- import logging
import random
import StringIO
import time
@@ -76,6 +75,7 @@ Example::
from quantum.api import ports
from quantum.db import models
from quantum.extensions import multiport
+ from quantum.openstack.common import log as logging
import quantum.manager
from quantum import service