1
0

Took a hacksaw and split tcllib into several small parts.

This commit is contained in:
2018-02-03 01:36:08 +01:00
parent 4456f76032
commit 34ba8a0db0
16 changed files with 440 additions and 378 deletions
+2 -1
View File
@@ -6,6 +6,7 @@
import sys
import tcllib
import tcllib.argparser
from tcllib import ansi
from requests.exceptions import RequestException, Timeout
tcllib.make_escapes_work()
@@ -54,7 +55,7 @@ total_count = len(allvers)
for fv in allvers:
done_count += 1
print("Checking {} ({}/{})".format(fv, done_count, total_count))
print(tcllib.ANSI_UP_DEL, end="")
print(ansi.UP_DEL, end="")
try:
fc.reset_session()
fc.fv = fv