summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/path.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/path.py')
-rw-r--r--rtemstoolkit/path.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtemstoolkit/path.py b/rtemstoolkit/path.py
index c2f3ae2..a767b41 100644
--- a/rtemstoolkit/path.py
+++ b/rtemstoolkit/path.py
@@ -35,12 +35,12 @@
#
import glob
-import log
import os
import shutil
import string
-import error
+from . import error
+from . import log
windows = os.name == 'nt'