Skip to content

Instantly share code, notes, and snippets.

@galvez
Forked from adamv/gist:735176
Created December 9, 2010 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save galvez/735499 to your computer and use it in GitHub Desktop.
Save galvez/735499 to your computer and use it in GitHub Desktop.
def print_warning(msg):
print fabric.colors.red("WARNING: ") + msg
def print_error(msg):
print fabric.colors.red("ERROR: ") + msg
def print_label(msg):
print fabric.colors.blue("==> ", bold=True) + msg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment