From 9a68e7bc8699dcc5c69be9674d73fd7fa19160db Mon Sep 17 00:00:00 2001 From: Diana Picus Date: Tue, 19 Dec 2017 18:00:02 +0100 Subject: Fixup: Add some imports that got lost in the previous commit Change-Id: I33017c4dbfa29b87dad791001cf5c0bd6ee3f5db --- modules/utils.py | 3 +++ 1 file changed, 3 insertions(+) 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.""" -- cgit v1.2.3