renaming ansi library, thers another with the same generic name
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
import sys,os
|
||||
sys.path.append(os.path.realpath(os.path.join(os.path.dirname(__file__),
|
||||
"..","reporting")))
|
||||
import ansi
|
||||
print(ansi.demo())
|
||||
import ansicodes
|
||||
print(ansicodes.demo())
|
||||
|
||||
Reference in New Issue
Block a user