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 a767b41..df51005 100644
--- a/rtemstoolkit/path.py
+++ b/rtemstoolkit/path.py
@@ -39,8 +39,8 @@ import os
import shutil
import string
-from . import error
-from . import log
+import error
+import log
windows = os.name == 'nt'