From ed6603c3cd3b456369599037fb1a77815159d505 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Mon, 17 Aug 2015 05:21:34 +0200 Subject: [PATCH] Remove unused import. --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index c860586..3b920db 100755 --- a/main.py +++ b/main.py @@ -464,7 +464,6 @@ def main(): # Invoke the external preprocessor import subprocess - import time stdout = '' p = subprocess.Popen(preproc_cmdline, stdin=subprocess.PIPE,