diff options
Diffstat (limited to 'openstack/common/strutils.py')
| -rw-r--r-- | openstack/common/strutils.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openstack/common/strutils.py b/openstack/common/strutils.py index ecf3cfd..5ecfb80 100644 --- a/openstack/common/strutils.py +++ b/openstack/common/strutils.py @@ -19,9 +19,11 @@ System-level utilities and helper functions. """ -import logging import sys +from openstack.common import log as logging + + LOG = logging.getLogger(__name__) |
