removed syslog import

This commit is contained in:
Mark Hamilton 2015-07-20 18:06:17 -07:00 committed by Matt Clay
parent 24375f5d22
commit 16ce963948

View file

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