import db.sql.util -> db.util
Merging an old branch, I reintroduced an import of db.sql.util rather than db.util. Fixing the glitch. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
8c33fc7505
commit
3809a8b8e2
@ -95,7 +95,7 @@ class User(Base, UserMixin):
|
|||||||
|
|
||||||
# Delete now unused tags
|
# Delete now unused tags
|
||||||
# TODO: import here due to cyclic imports!!! This cries for refactoring
|
# 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)
|
clean_orphan_tags(commit=False)
|
||||||
|
|
||||||
# Delete user, pass through commit=False/True in kwargs
|
# Delete user, pass through commit=False/True in kwargs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user