From 9a0206da97e887d699083a233211a91a6ad45d6e Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 12 Oct 2011 16:02:08 +0200 Subject: [PATCH] Remove unused COLOR_WARN --- client-barcode/freitagskasse.py | 1 - 1 file changed, 1 deletion(-) diff --git a/client-barcode/freitagskasse.py b/client-barcode/freitagskasse.py index edc2045..f18b08a 100644 --- a/client-barcode/freitagskasse.py +++ b/client-barcode/freitagskasse.py @@ -19,7 +19,6 @@ import time import urllib2 -COLOR_WARN = Fore.YELLOW COLOR_ERROR = Fore.RED COLOR_DEPOSIT = Fore.GREEN + Style.BRIGHT COLOR_TO_GO = Fore.MAGENTA + Style.BRIGHT