Getting rid of functions_help in favor of the new manager. Removed an un-needed import from commands/general.
This commit is contained in:
parent
d620f3b1f0
commit
ccf078b5c8
4 changed files with 37 additions and 39 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue