]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
plugin-constructors: Remove unused import for `sys`
authorTobias Brunner <tobias@strongswan.org>
Tue, 28 Jan 2020 10:18:28 +0000 (11:18 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 28 Jan 2020 14:29:40 +0000 (15:29 +0100)
src/libstrongswan/plugins/plugin_constructors.py

index d9c40e3839b9ec921d00e08b285ddfbf8aeac571..f9d40ee0e4b99b40d88005b408cb21b4a2e0ef29 100644 (file)
@@ -13,7 +13,6 @@
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
 
-import sys
 from argparse import ArgumentParser
 
 def generate_output(plugins):