diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-12 03:14:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-12 03:14:35 +0300 |
commit | 460822ea6cef840e0f478918547a806b231c3dc6 (patch) | |
tree | 729118f0273a182b62628aae87ae8c9fe9b5f1c2 /servergreps/hercules/src/preproc.py | |
parent | d3648ee52a4860111afe9049713d788f60e5b588 (diff) | |
download | evol-tools-460822ea6cef840e0f478918547a806b231c3dc6.tar.gz evol-tools-460822ea6cef840e0f478918547a806b231c3dc6.tar.bz2 evol-tools-460822ea6cef840e0f478918547a806b231c3dc6.tar.xz evol-tools-460822ea6cef840e0f478918547a806b231c3dc6.zip |
Fix different issues in tools found by pyflakes.
Diffstat (limited to 'servergreps/hercules/src/preproc.py')
-rwxr-xr-x | servergreps/hercules/src/preproc.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/servergreps/hercules/src/preproc.py b/servergreps/hercules/src/preproc.py index 23735c9..4f3b458 100755 --- a/servergreps/hercules/src/preproc.py +++ b/servergreps/hercules/src/preproc.py @@ -5,8 +5,6 @@ # Author: Andrei Karas (4144) import os -import re -import sys import shutil class PreProc: |