diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-08-31 22:30:59 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-08-31 22:30:59 +0200 |
commit | 6ff335b675f190b41e76fe8673a5b0d0db33e440 (patch) | |
tree | a14e8bfc5c09907ff0cd2a3508da73a6483e15ad /src | |
parent | 6ba2186d7aad2f609a2197057f8404d7be30f2ac (diff) | |
download | vyos-1x-6ff335b675f190b41e76fe8673a5b0d0db33e440.tar.gz vyos-1x-6ff335b675f190b41e76fe8673a5b0d0db33e440.zip |
bcast_relay.py: remove obsolete import statement
Diffstat (limited to 'src')
-rwxr-xr-x | src/conf_mode/bcast_relay.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_mode/bcast_relay.py b/src/conf_mode/bcast_relay.py index 8cc948610..d1257d4a5 100755 --- a/src/conf_mode/bcast_relay.py +++ b/src/conf_mode/bcast_relay.py @@ -19,7 +19,6 @@ import sys import os import fnmatch -import subprocess import jinja2 from vyos.config import Config |