summaryrefslogtreecommitdiffstats
path: root/openstack
diff options
context:
space:
mode:
authorAlessio Ababilov <aababilov@griddynamics.com>2013-04-29 11:13:51 +0300
committerAlessio Ababilov <aababilov@griddynamics.com>2013-04-29 11:26:42 +0300
commit8c964a25a0904f4153eb4fbcfb3cfd4d8a357e0c (patch)
tree9cd6f1d1dfa8b0f54f5a90649ee2f467e59e42fd /openstack
parentf8ef97d6b14ecf425e92034449a3743b42829009 (diff)
downloadoslo-8c964a25a0904f4153eb4fbcfb3cfd4d8a357e0c.tar.gz
oslo-8c964a25a0904f4153eb4fbcfb3cfd4d8a357e0c.tar.xz
oslo-8c964a25a0904f4153eb4fbcfb3cfd4d8a357e0c.zip
Do not import openstack.common.log in strutils
strutils imports openstack.common.log that depends on notifier, rpc, eventlet, etc. This import was inherited from old utils.py and is not used in strutils. All these numerous dependencies are not desirable in such small projects as novaclient that needs strutils only. Change-Id: I7761fb53ab58bd8801448c56648dace14ca7dc89 Fixes: bug #1174215
Diffstat (limited to 'openstack')
-rw-r--r--openstack/common/strutils.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/openstack/common/strutils.py b/openstack/common/strutils.py
index 5ecfb80..fe8418e 100644
--- a/openstack/common/strutils.py
+++ b/openstack/common/strutils.py
@@ -21,11 +21,6 @@ System-level utilities and helper functions.
import sys
-from openstack.common import log as logging
-
-
-LOG = logging.getLogger(__name__)
-
def int_from_bool_as_string(subject):
"""