diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-05 03:02:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-05 03:02:51 +0300 |
commit | 999942d8f0434270adb9954eab4a8026f5e7c2e8 (patch) | |
tree | f7c2264768fe4deb221d1ba1d8b03b9e80cd9422 | |
parent | 56d314812e0b23a67f7c22679d855f7914e07785 (diff) | |
download | evol-tools-999942d8f0434270adb9954eab4a8026f5e7c2e8.tar.gz evol-tools-999942d8f0434270adb9954eab4a8026f5e7c2e8.tar.bz2 evol-tools-999942d8f0434270adb9954eab4a8026f5e7c2e8.tar.xz evol-tools-999942d8f0434270adb9954eab4a8026f5e7c2e8.zip |
servergreps: remove extra imports.
-rwxr-xr-x | servergreps/hercules/src/tables.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/servergreps/hercules/src/tables.py b/servergreps/hercules/src/tables.py index ccfa4e0..4f265a2 100755 --- a/servergreps/hercules/src/tables.py +++ b/servergreps/hercules/src/tables.py @@ -7,10 +7,6 @@ import re import os -from src.packetdb import PacketDb -from src.preproc import PreProc -from src.utils import Utils - filt = re.compile(".+[.](c|h)", re.IGNORECASE) class Tables: |