Fixing import error in sync_db.py

Closes-Bug: #1477092

Change-Id: I6cd9df2adca7f99ee6fdbaf396800001aed650ac
This commit is contained in:
Nikolay Mahotkin 2015-07-22 14:25:03 +03:00
parent 0a6da145cd
commit d66d728dfe

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from oslo.config import cfg
from oslo_config import cfg
from oslo_log import log as logging
from mistral.db.v2 import api as db_api