1
0
mirror of https://github.com/Ahp06/SUMO_Emissions.git synced 2024-11-21 19:16:30 +00:00

Change project structure

This commit is contained in:
Thibaud Gasser 2018-12-14 20:23:18 +01:00
parent 6dec467e52
commit 39f84ad4b1
14 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
from . import configurator

View File

@ -3,7 +3,7 @@ import shutil
import tempfile
import unittest
from configurator import configurator
import configurator
# Absolute path of the directory the script is in
SCRIPTDIR = os.path.dirname(__file__)