Fixed bad import
This commit is contained in:
@@ -39,7 +39,7 @@ del os, sys, path
|
|||||||
# ... when internals _really_ fail & we want to know why
|
# ... when internals _really_ fail & we want to know why
|
||||||
def _dbg(text):
|
def _dbg(text):
|
||||||
import sys
|
import sys
|
||||||
from bam_utils.system import colorize
|
from bam.utils.system import colorize
|
||||||
if type(text) is bytes:
|
if type(text) is bytes:
|
||||||
text = text.decode('utf-8')
|
text = text.decode('utf-8')
|
||||||
sys.__stdout__.write(colorize(text, color='red') + "\n")
|
sys.__stdout__.write(colorize(text, color='red') + "\n")
|
||||||
|
Reference in New Issue
Block a user