From 9687b675a77f6657a6f5eff56ad53581a32c2fe9 Mon Sep 17 00:00:00 2001 From: UmbertoJr Date: Thu, 31 Oct 2019 19:09:18 +0100 Subject: [PATCH] udpate --- src/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/__init__.py b/src/__init__.py index fe41f9d..e1e8f64 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -4,5 +4,5 @@ if 'AI' in os.getcwd(): from src.TSP_solver import * from src.io_tsp import * else: - from AI2019.code.TSP_solver import * - from AI2019.code.io_tsp import * \ No newline at end of file + from AI2019.src.TSP_solver import * + from AI2019.src.io_tsp import * \ No newline at end of file