1
0

Highlight full versions different to latest OTA.

This commit is contained in:
2017-10-05 16:21:48 +02:00
parent f324f4d283
commit ab18cc66c5
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -19,6 +19,8 @@ except (ImportError, AttributeError):
import requests
ANSI_UP_DEL = u"\u001b[F\u001b[K"
ANSI_WHITE = u"\u001b[1;37m"
ANSI_RESET = u"\u001b[0m"
def make_escapes_work():
system = platform.system()