From 3d64adf03db0fd4b519621bd14577eb5ce527c13 Mon Sep 17 00:00:00 2001 From: Christof Schulze Date: Sat, 9 Nov 2019 22:10:37 +0100 Subject: [PATCH] README added --- README.md | 2 ++ color.py | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..304b7ac --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Utilities collection +## (part of Ammsml.core) \ No newline at end of file diff --git a/color.py b/color.py index 5f901bd..5d1f58c 100644 --- a/color.py +++ b/color.py @@ -38,8 +38,9 @@ else: # curses returns an error (e.g. could not find terminal) IS_COLOR = False -if C.IS_FORCE_COLOR: - IS_COLOR = True +# TODO implement some Config entry for Color +# if C.IS_FORCE_COLOR: +# IS_COLOR = True # --- begin "pretty" # -- GitLab