mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-06-10 05:30:00 -05:00
Fix python not importing py2lib.bit in Alerts.py
This commit is contained in:
@@ -9,7 +9,11 @@ import xml.dom.minidom
|
|||||||
import shutil
|
import shutil
|
||||||
import gzip
|
import gzip
|
||||||
import logging,coloredlogs
|
import logging,coloredlogs
|
||||||
import py2Lib.bit as bit
|
|
||||||
|
|
||||||
|
import sys
|
||||||
|
sys.path.append("./py2lib")
|
||||||
|
import bit
|
||||||
|
|
||||||
l = logging.getLogger(__name__)
|
l = logging.getLogger(__name__)
|
||||||
coloredlogs.install()
|
coloredlogs.install()
|
||||||
|
Reference in New Issue
Block a user