summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/git.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/git.py')
-rw-r--r--rtemstoolkit/git.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/rtemstoolkit/git.py b/rtemstoolkit/git.py
index 20a1aa6..3ba5f7a 100644
--- a/rtemstoolkit/git.py
+++ b/rtemstoolkit/git.py
@@ -31,11 +31,11 @@
import os
-import error
-import execute
-import log
-import options
-import path
+from . import error
+from . import execute
+from . import log
+from . import options
+from . import path
class repo:
"""An object to manage a git repo."""