summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorThomas Mangin <thomas.mangin@exa.net.uk>2020-05-20 10:32:33 +0100
committerThomas Mangin <thomas.mangin@exa.net.uk>2020-05-20 10:32:33 +0100
commitd81c327fd3660184908af824dd5c51dddbd6001d (patch)
tree3b45910a5add8d032c832ad803d95b6c5c60db5c /python
parenta012bed858216e8049548d52f9cbbc8c9d2f7c47 (diff)
downloadvyos-1x-d81c327fd3660184908af824dd5c51dddbd6001d.tar.gz
vyos-1x-d81c327fd3660184908af824dd5c51dddbd6001d.zip
util: T2467: fix missing import
Diffstat (limited to 'python')
-rw-r--r--python/vyos/util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/vyos/util.py b/python/vyos/util.py
index c2479aac4..c93f8d3f0 100644
--- a/python/vyos/util.py
+++ b/python/vyos/util.py
@@ -34,6 +34,7 @@ def _add_sudo(command):
from subprocess import Popen
from subprocess import PIPE
+from subprocess import STDOUT
from subprocess import DEVNULL