Moved defines_globals to src/

This commit is contained in:
Greg Taylor 2008-06-15 20:04:06 +00:00
parent e6e84c2ee5
commit 5064d0cacc
9 changed files with 11 additions and 12 deletions

View file

@ -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):
"""