1
0

Moved ANSI_UP_DEL to tcllib.

This commit is contained in:
2017-09-27 00:39:19 +02:00
parent c7f3e7bcaa
commit 095ba8cebb
4 changed files with 7 additions and 9 deletions
+1
View File
@@ -18,6 +18,7 @@ except (ImportError, AttributeError):
from xml.etree import ElementTree
import requests
ANSI_UP_DEL = u"\u001b[F\u001b[K"
def make_escapes_work():
system = platform.system()