################################################################################
# Prints colored messages.
#
# Author: Thiemo Wiedemeyer
# E-Mail: raider@informatik.uni-bremen.de
################################################################################
import sys
##
# Prints a message in a given color to the console.
# @param info Message string.
# @param color Color string.
else:
print info
return
##
# Prints a startmessage (green).
# @param info Message string.
return
##
# Prints an infomessage (blue).
# @param info Message string.
return
##
# Prints an exitmessage (yellow) or an errormessage (red) if ret != 0.
# @param info Message string.
# @param ret Returnvalue of function.
if ret == 0:
else:
return