diff --git a/SysLogServer.py b/SysLogServer.py index 474028b..b7ccc87 100644 --- a/SysLogServer.py +++ b/SysLogServer.py @@ -13,11 +13,8 @@ OracleServerSid = "localhost/orclpdb1" # NO USER SERVICEABLE PARTS BELOW HERE... # import sys -from pyparsing import Word, alphas, Suppress, Combine, nums, string, Optional, Regex -from time import strftime import cx_Oracle import config -import logging import SocketServer import json