summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-08-31 22:30:59 +0200
committerChristian Poessinger <christian@poessinger.com>2018-08-31 22:30:59 +0200
commit6ff335b675f190b41e76fe8673a5b0d0db33e440 (patch)
treea14e8bfc5c09907ff0cd2a3508da73a6483e15ad /src
parent6ba2186d7aad2f609a2197057f8404d7be30f2ac (diff)
downloadvyos-1x-6ff335b675f190b41e76fe8673a5b0d0db33e440.tar.gz
vyos-1x-6ff335b675f190b41e76fe8673a5b0d0db33e440.zip
bcast_relay.py: remove obsolete import statement
Diffstat (limited to 'src')
-rwxr-xr-xsrc/conf_mode/bcast_relay.py1
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