From a7230702cb905219e300faac5632c5adaeb1ed56 Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Mon, 9 Dec 2013 14:25:11 +0000 Subject: [PATCH] Cleanup of obsolete module import. --- gui/Scyther/Misc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/Scyther/Misc.py b/gui/Scyther/Misc.py index 9ff9725..e41abd8 100644 --- a/gui/Scyther/Misc.py +++ b/gui/Scyther/Misc.py @@ -26,7 +26,6 @@ """ Import externals """ import sys import os.path -import shlex try: from subprocess import Popen,PIPE except: