Skip to content

Instantly share code, notes, and snippets.

@adamv
Created December 9, 2010 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save adamv/735176 to your computer and use it in GitHub Desktop.
Save adamv/735176 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