Getting rid of functions_help in favor of the new manager. Removed an un-needed import from commands/general.

This commit is contained in:
Greg Taylor 2008-06-15 17:30:42 +00:00
parent d620f3b1f0
commit ccf078b5c8
4 changed files with 37 additions and 39 deletions

View file

@ -1,9 +1,9 @@
import time
import settings
from django.conf import settings
import functions_general
import functions_db
import functions_help
import functions_comsys
import defines_global
import ansi