Skip to content

Commit 610d9a3

Browse files
committed
Change imports of helper functions
These are now in the utils app
1 parent d862175 commit 610d9a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

manage.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
#!/usr/bin/env python
2-
import os
32
import sys
43

54
from django.core.management import execute_from_command_line
65

7-
from wger.main import get_user_config_path, setup_django_environment
6+
from wger.utils.main import (
7+
setup_django_environment,
8+
get_user_config_path
9+
)
810

911
if __name__ == "__main__":
1012
setup_django_environment(

0 commit comments

Comments
 (0)