diff options
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: |