예제 #1
0
def init_print_colors():
    from IPython.utils import coloransi, io
    androconf.default_colors(coloransi.TermColors)
    CONF["PRINT_FCT"] = io.stdout.write
예제 #2
0
파일: misc.py 프로젝트: DarioI/ARES
def init_print_colors():
    from IPython.utils import coloransi, io
    androconf.default_colors(coloransi.TermColors)
    CONF["PRINT_FCT"] = io.stdout.write