From e5d1fd2e1ea82c71a06a3bd97256314be9db52aa Mon Sep 17 00:00:00 2001
From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu>
Date: Mon, 25 Jan 2021 15:22:24 +0100
Subject: [PATCH] Adjusted imports to match new naming.

---
 pysegcnn/core/graphics.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pysegcnn/core/graphics.py b/pysegcnn/core/graphics.py
index b9fd6e2..de88ee0 100644
--- a/pysegcnn/core/graphics.py
+++ b/pysegcnn/core/graphics.py
@@ -18,7 +18,6 @@ License
 import os
 import pathlib
 import itertools
-import datetime
 
 # externals
 import numpy as np
@@ -33,7 +32,7 @@ from matplotlib import cm as colormap
 
 # locals
 from pysegcnn.core.utils import accuracy_function, check_filename_length
-from pysegcnn.main.config import HERE
+from pysegcnn.main.train_config import HERE
 
 # plot font size configuration
 SMALL = 10
-- 
GitLab