1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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. """