Created
May 24, 2012 23:04
-
-
Save samuell/2784786 to your computer and use it in GitHub Desktop.
Import Some Oftly used stuff for Python Fabric
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from fabric.api import * | |
from fabric.contrib.files import * | |
from fabric.contrib.console import * | |
from os import path | |
import re | |
def do_stuff(): | |
# Do stuff ... | |
pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment