Update SysLogServer.py
This commit is contained in:
parent
5a827f4173
commit
41015bdbcd
@ -13,11 +13,8 @@ OracleServerSid = "localhost/orclpdb1"
|
|||||||
# NO USER SERVICEABLE PARTS BELOW HERE...
|
# NO USER SERVICEABLE PARTS BELOW HERE...
|
||||||
#
|
#
|
||||||
import sys
|
import sys
|
||||||
from pyparsing import Word, alphas, Suppress, Combine, nums, string, Optional, Regex
|
|
||||||
from time import strftime
|
|
||||||
import cx_Oracle
|
import cx_Oracle
|
||||||
import config
|
import config
|
||||||
import logging
|
|
||||||
import SocketServer
|
import SocketServer
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user