diff --git a/recordGenerators/Alerts.py b/recordGenerators/Alerts.py index c25d625..151aaa8 100644 --- a/recordGenerators/Alerts.py +++ b/recordGenerators/Alerts.py @@ -9,7 +9,11 @@ import xml.dom.minidom import shutil import gzip import logging,coloredlogs -import py2Lib.bit as bit + + +import sys +sys.path.append("./py2lib") +import bit l = logging.getLogger(__name__) coloredlogs.install()