summaryrefslogtreecommitdiff
path: root/tests/test_climate.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_climate.py')
-rw-r--r--tests/test_climate.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_climate.py b/tests/test_climate.py
index b7adec6..1a2135a 100644
--- a/tests/test_climate.py
+++ b/tests/test_climate.py
@@ -1,7 +1,7 @@
from qface.generator import FileSystem
import logging
import logging.config
-from pathlib import Path
+from path import Path
# logging.config.fileConfig('logging.ini')
logging.basicConfig()
@@ -9,7 +9,7 @@ logging.basicConfig()
log = logging.getLogger(__name__)
inputPath = Path('tests/in')
-log.debug('input path folder: {0}'.format(inputPath.absolute()))
+log.debug('input path folder: {0}'.format(inputPath.abspath()))
def load_system():