Removed some test data.
This commit is contained in:
parent
8b5c135d01
commit
f99ee27382
1 changed files with 0 additions and 3 deletions
|
|
@ -17,7 +17,6 @@ from .ansi import *
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
|
||||||
t0 = time.time()
|
|
||||||
# All xterm256 RGB equivalents
|
# All xterm256 RGB equivalents
|
||||||
|
|
||||||
XTERM256_FG = "\033[38;5;%sm"
|
XTERM256_FG = "\033[38;5;%sm"
|
||||||
|
|
@ -282,5 +281,3 @@ def parse_html(string, strip_ansi=False, parser=HTML_PARSER):
|
||||||
Parses a string, replace ANSI markup with html
|
Parses a string, replace ANSI markup with html
|
||||||
"""
|
"""
|
||||||
return parser.parse(string, strip_ansi=strip_ansi)
|
return parser.parse(string, strip_ansi=strip_ansi)
|
||||||
|
|
||||||
print "t0-t1=", time.time() - t0
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue