diff --git a/apps/objects/models.py b/apps/objects/models.py index 4133f013a..c60f9c70b 100755 --- a/apps/objects/models.py +++ b/apps/objects/models.py @@ -894,5 +894,5 @@ class CommChannelMessage(models.Model): class Admin: list_display = ('channel', 'message') -import functions_general +from src.util import functions_general from src import session_mgr diff --git a/functions_general.py b/src/util/general.py similarity index 100% rename from functions_general.py rename to src/util/general.py