Remove extraneous code

This commit is contained in:
Aaron Lichtman 2019-11-17 01:04:43 +01:00
parent edb0d8efa1
commit 566ab5c043
No known key found for this signature in database
GPG key ID: 22368077DE9F9903

View file

@ -17,12 +17,6 @@ import logging
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
STDIN = sys.stdin
STDERR = sys.stderr
STDOUT = sys.stdout
TEST = False
__cached_tz = None
WARNING_COLOR = colorama.Fore.YELLOW WARNING_COLOR = colorama.Fore.YELLOW
ERROR_COLOR = colorama.Fore.RED ERROR_COLOR = colorama.Fore.RED
RESET_COLOR = colorama.Fore.RESET RESET_COLOR = colorama.Fore.RESET