From 50257ac07e4130c929711ed038a171e9023885a7 Mon Sep 17 00:00:00 2001 From: Eduardo Parra Date: Sat, 5 May 2018 18:26:16 +0200 Subject: [PATCH] fix --- src/lib/libyaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/libyaml.py b/src/lib/libyaml.py index 2c9141c..667dedd 100644 --- a/src/lib/libyaml.py +++ b/src/lib/libyaml.py @@ -2,7 +2,7 @@ from os.path import expanduser from collections import OrderedDict -from src.lib.func_aux import checkFileExist +from func_aux import checkFileExist class LibYaml: