mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-05-11 17:00:23 -05:00
Fix python not importing py2lib.bit in Alerts.py
This commit is contained in:
parent
da0f58390c
commit
61bacad672
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user