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