diff options
Diffstat (limited to 'openstack/common/notifier/log_notifier.py')
| -rw-r--r-- | openstack/common/notifier/log_notifier.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/notifier/log_notifier.py b/openstack/common/notifier/log_notifier.py index b333d7a..e947fa2 100644 --- a/openstack/common/notifier/log_notifier.py +++ b/openstack/common/notifier/log_notifier.py @@ -13,8 +13,8 @@ # License for the specific language governing permissions and limitations # under the License. +from oslo.config import cfg -from openstack.common import cfg from openstack.common import jsonutils from openstack.common import log as logging |
