removed syslog import

This commit is contained in:
Mark Hamilton 2015-07-20 18:06:17 -07:00
parent a6f3a0e0a9
commit b51c252127

View file

@ -74,8 +74,6 @@ EXAMPLES = '''
bridge-id: "br-int" bridge-id: "br-int"
''' '''
import syslog
class OVSBridge(object): class OVSBridge(object):
""" Interface to ovs-vsctl. """ """ Interface to ovs-vsctl. """