aboutsummaryrefslogtreecommitdiff
path: root/utils/command_executer.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/command_executer.py')
-rw-r--r--utils/command_executer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/command_executer.py b/utils/command_executer.py
index a7131ef2..423eded2 100644
--- a/utils/command_executer.py
+++ b/utils/command_executer.py
@@ -3,6 +3,8 @@
# found in the LICENSE file.
"""Utilities to run commands in outside/inside chroot and on the board."""
+from __future__ import print_function
+
import getpass
import os
import re