diff options
| author | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-05-20 10:32:33 +0100 |
|---|---|---|
| committer | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-05-20 10:32:33 +0100 |
| commit | d81c327fd3660184908af824dd5c51dddbd6001d (patch) | |
| tree | 3b45910a5add8d032c832ad803d95b6c5c60db5c /python | |
| parent | a012bed858216e8049548d52f9cbbc8c9d2f7c47 (diff) | |
| download | vyos-1x-d81c327fd3660184908af824dd5c51dddbd6001d.tar.gz vyos-1x-d81c327fd3660184908af824dd5c51dddbd6001d.zip | |
util: T2467: fix missing import
Diffstat (limited to 'python')
| -rw-r--r-- | python/vyos/util.py | 1 |
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 |
