aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mediagoblin/db/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/db/models.py b/mediagoblin/db/models.py
index 1c6cbda7..782bf869 100644
--- a/mediagoblin/db/models.py
+++ b/mediagoblin/db/models.py
@@ -95,7 +95,7 @@ class User(Base, UserMixin):
# Delete now unused tags
# TODO: import here due to cyclic imports!!! This cries for refactoring
- from mediagoblin.db.sql.util import clean_orphan_tags
+ from mediagoblin.db.util import clean_orphan_tags
clean_orphan_tags(commit=False)
# Delete user, pass through commit=False/True in kwargs