src/core/migrations/0005_set_semantic_link_level.py
changeset 48 f4fadc1b9d70
parent 35 859862939996
child 334 169b7cfd1f58
--- a/src/core/migrations/0005_set_semantic_link_level.py	Thu Jun 27 22:30:56 2013 +0200
+++ b/src/core/migrations/0005_set_semantic_link_level.py	Thu Jun 27 22:31:40 2013 +0200
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
-from ..utils import show_progress
 from core.models.term import TERM_WK_LINK_SEMANTIC_LEVEL_DICT
+from core.utils import show_progress
 from django.db import transaction
 from south.v2 import DataMigration