add missing import
This commit is contained in:
parent
75c8db4577
commit
a989579f1e
|
@ -1,5 +1,6 @@
|
||||||
from .environment_settings import *
|
import os
|
||||||
|
|
||||||
|
from .environment_settings import *
|
||||||
|
|
||||||
def local_dir(entry):
|
def local_dir(entry):
|
||||||
return os.path.join(os.path.dirname(os.path.dirname(__file__)), entry)
|
return os.path.join(os.path.dirname(os.path.dirname(__file__)), entry)
|
||||||
|
|
Loading…
Reference in a new issue