Fix oslo imports

sed -i 's/oslo\./oslo_/g' $f
This commit is contained in:
Amir Sadoughi
2015-07-01 00:36:45 -05:00
parent 412bd250cd
commit 30d4da4a37
50 changed files with 90 additions and 84 deletions

View File

@@ -18,7 +18,7 @@ View Helpers for Quark Plugin
"""
import netaddr
from oslo.config import cfg
from oslo_config import cfg
from oslo_log import log as logging
from quark.db import ip_types