]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
vici: Remove unused import in Python bindings
authorTobias Brunner <tobias@strongswan.org>
Tue, 28 Jan 2020 10:20:48 +0000 (11:20 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 28 Jan 2020 14:29:40 +0000 (15:29 +0100)
src/libcharon/plugins/vici/python/vici/session.py

index 09a277d6eba7c272382c4d34108c54abf2ed4aa4..0d6ee9b65109c52f2c69a6e6534d42b8adf14dca 100644 (file)
@@ -1,4 +1,3 @@
-import collections
 import socket
 
 from .exception import SessionException, CommandException, EventUnknownException