1
0

pylint, autopep8, isort runthroughs

This commit is contained in:
thurask
2018-02-03 15:24:36 -05:00
parent 42566d1195
commit da3663486a
22 changed files with 148 additions and 107 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
import platform
# Needed to make ANSI escape sequences work in Windows
system = platform.system()
if system == "Windows":
SYSTEM = platform.system()
if SYSTEM == "Windows":
try:
import colorama
colorama.init()