Skip to content

Commit

Permalink
Merge branch '283-with-settings-decorator' into 1.1
Browse files Browse the repository at this point in the history
Conflicts:
	fabric/api.py
  • Loading branch information
goosemo committed Apr 8, 2011
2 parents 58798ee + 62237f6 commit f5cb3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/api.py
Expand Up @@ -7,7 +7,7 @@
well when you're using setup.py to install e.g. paramiko!
"""
from fabric.context_managers import cd, hide, settings, show, path, prefix, lcd
from fabric.decorators import hosts, roles, runs_once, ensure_order
from fabric.decorators import hosts, roles, runs_once, ensure_order, with_settings
from fabric.operations import (require, prompt, put, get, run, sudo, local,
reboot, open_shell)
from fabric.state import env, output
Expand Down

0 comments on commit f5cb3fc

Please sign in to comment.