Moved defines_globals to src/
This commit is contained in:
parent
e6e84c2ee5
commit
5064d0cacc
9 changed files with 11 additions and 12 deletions
|
|
@ -8,7 +8,7 @@ from django.conf import settings
|
|||
|
||||
import functions_general
|
||||
import src.comsys
|
||||
import defines_global
|
||||
from src import defines_global
|
||||
from src import ansi
|
||||
|
||||
def cmd_addcom(cdat):
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ from apps.config.models import ConfigValue
|
|||
from apps.helpsys.models import HelpEntry
|
||||
from apps.objects.models import Object
|
||||
import functions_general
|
||||
import defines_global
|
||||
from src import defines_global
|
||||
from src import session_mgr
|
||||
from src import ansi
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ import django
|
|||
|
||||
from apps.objects.models import Object
|
||||
from src import scheduler
|
||||
import defines_global
|
||||
from src import defines_global
|
||||
|
||||
def cmd_version(cdat):
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -1,12 +1,11 @@
|
|||
from apps.objects.models import Object
|
||||
import defines_global
|
||||
import functions_general
|
||||
from src import ansi
|
||||
|
||||
"""
|
||||
This file contains commands that require special permissions to use. These
|
||||
are generally @-prefixed commands, but there are exceptions.
|
||||
"""
|
||||
from apps.objects.models import Object
|
||||
from src import defines_global
|
||||
import functions_general
|
||||
from src import ansi
|
||||
|
||||
def cmd_reload(cdat):
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ from django.contrib.auth.models import User
|
|||
|
||||
from apps.objects.models import Attribute, Object
|
||||
import functions_general
|
||||
import defines_global
|
||||
from src import defines_global
|
||||
|
||||
def cmd_connect(cdat):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue