config
This commit is contained in:
parent
98f018f43d
commit
68e55698ca
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
import os
|
||||
|
||||
if 'AI' in os.getcwd():
|
||||
from src.utils import *
|
||||
from src.TSP_solver import *
|
||||
from src.io_tsp import *
|
||||
from src.utils import *
|
||||
else:
|
||||
from AI2019src.utils import *
|
||||
from AI2019.src.TSP_solver import *
|
||||
from AI2019.src.io_tsp import *
|
||||
from AI2019src.utils import *
|
Reference in a new issue