other reporting tools py2/py3 compatibiliies

This commit is contained in:
q
2018-10-01 22:10:27 +03:00
parent f71ccbd3c3
commit 3fc741b090
4 changed files with 18 additions and 15 deletions

View File

@@ -4,4 +4,4 @@ import sys,os
sys.path.append(os.path.realpath(os.path.join(os.path.dirname(__file__),
"..","reporting")))
import ansi
ansi.demo()
print(ansi.demo())