From f9bef6b954d6945acf9616d69acb1ecf69061235 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 12 Jul 2015 22:49:21 +0000 Subject: reproducible move the bcolors class to _common.py --- bin/reproducible_breakages.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'bin/reproducible_breakages.py') diff --git a/bin/reproducible_breakages.py b/bin/reproducible_breakages.py index 88c4bca2..ba42fb70 100755 --- a/bin/reproducible_breakages.py +++ b/bin/reproducible_breakages.py @@ -11,14 +11,6 @@ from reproducible_common import * -class bcolors: - BOLD = '\033[1m' - UNDERLINE = '\033[4m' - WARN = '\033[93m' + UNDERLINE - FAIL = '\033[91m' + BOLD + UNDERLINE - ENDC = '\033[0m' - - def unrep_with_dbd_issues(): log.info('running unrep_with_dbd_issues check...') without_dbd = [] -- cgit v1.2.3-70-g09d2