add missing import

This commit is contained in:
Thomas Steen Rasmussen 2019-04-07 16:34:41 +02:00
parent 75c8db4577
commit a989579f1e
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
from .environment_settings import *
import os
from .environment_settings import *
def local_dir(entry):
return os.path.join(os.path.dirname(os.path.dirname(__file__)), entry)