aboutsummaryrefslogtreecommitdiff
path: root/modules/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/utils.py')
-rw-r--r--modules/utils.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/utils.py b/modules/utils.py
index 7d27de5..dac77c5 100644
--- a/modules/utils.py
+++ b/modules/utils.py
@@ -2,6 +2,9 @@ from subprocess import CalledProcessError
from subprocess import check_output
from subprocess import STDOUT
+import re
+
+from linaropy.git.worktree import Worktree
class CommandPrinter(object):
"""Command consumer that just prints the commands that it receives."""