Fix in create_module
This commit is contained in:
parent
8217c950d5
commit
338b1a0f70
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ import getpass
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from importlib import import_module
|
from importlib import import_module
|
||||||
from cuchulu.libraries.slugify import slugify
|
from cuchulu.libraries.slugify import slugify
|
||||||
from settings import modules
|
|
||||||
import json
|
import json
|
||||||
|
|
||||||
sys.path.insert(0, os.path.realpath('.'))
|
sys.path.insert(0, os.path.realpath('.'))
|
||||||
|
|
@ -16,6 +15,7 @@ sys.path.insert(0, os.path.realpath('.'))
|
||||||
try:
|
try:
|
||||||
|
|
||||||
from settings import config
|
from settings import config
|
||||||
|
from settings import modules
|
||||||
|
|
||||||
except:
|
except:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue