diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index 05571d2c3e3..238df5cffda 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -5,17 +5,6 @@ from box import Box from nailgun import entities - -# String Color codes -class Colored(Box): - YELLOW = '\033[1;33m' - REDLIGHT = '\033[3;31m' - REDDARK = '\033[1;31m' - GREEN = '\033[1;32m' - WHITELIGHT = '\033[1;30m' - RESET = '\033[0m' - - # This should be updated after each version branch SATELLITE_VERSION = "6.16" SATELLITE_OS_VERSION = "8"