summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/execute.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-08 07:44:52 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-08 07:58:54 +0100
commit606c08c8b521dce0121cddcabcc23f3e25ad2ffd (patch)
tree21a0ca8b41f21b387656908fde4dba9c8c132cdd /rtemstoolkit/execute.py
parentlinkers: Fix for targets with a small-data area (diff)
downloadrtems-tools-606c08c8b521dce0121cddcabcc23f3e25ad2ffd.tar.bz2
rtemstoolkit: msys2 compatibility
Diffstat (limited to 'rtemstoolkit/execute.py')
-rwxr-xr-xrtemstoolkit/execute.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtemstoolkit/execute.py b/rtemstoolkit/execute.py
index 3f8e3e6..4125182 100755
--- a/rtemstoolkit/execute.py
+++ b/rtemstoolkit/execute.py
@@ -41,8 +41,8 @@ import subprocess
import threading
import time
-import error
-import log
+from . import error
+from . import log
# Trace exceptions
trace_threads = False