added custom_imports.py for builder functionality, when it will appear
This commit is contained in:
0
client/custom_imports.py
Normal file
0
client/custom_imports.py
Normal file
@@ -9,6 +9,10 @@ import os
|
||||
sys.path.append('daun/modules')
|
||||
import daun.modules as daun # needed to use daun functionality from admin
|
||||
from modules.selfutil import daunrat # needed to use self utility functions
|
||||
try:
|
||||
from custom_imports import *
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
client_id = str()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user