diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-06-04 19:48:15 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-06-04 19:48:15 +0200 |
commit | f1601cde2d66d6a4bf19d1d46f3c22de026d17e4 (patch) | |
tree | ae90b07d0225e6ee5f6d15a5041d497001e9fede /src/op_mode | |
parent | d9f2b8ff36d4b18612005e9a4b61f80f0fa715be (diff) | |
download | vyos-1x-f1601cde2d66d6a4bf19d1d46f3c22de026d17e4.tar.gz vyos-1x-f1601cde2d66d6a4bf19d1d46f3c22de026d17e4.zip |
T682: bugfix - added missing sys import
Diffstat (limited to 'src/op_mode')
-rwxr-xr-x | src/op_mode/dns_forwarding_statistics.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/op_mode/dns_forwarding_statistics.py b/src/op_mode/dns_forwarding_statistics.py index b732e0040..f626244a8 100755 --- a/src/op_mode/dns_forwarding_statistics.py +++ b/src/op_mode/dns_forwarding_statistics.py @@ -2,6 +2,7 @@ import subprocess import jinja2 +import sys from vyos.config import Config |