Skip to content

Commit

Permalink
task decorator renamed to task_method. To disambiguate with fabric.ap…
Browse files Browse the repository at this point in the history
…i.task.
  • Loading branch information
theoden-dd committed Aug 2, 2012
1 parent 940baa5 commit bc51a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskset/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import types
from fabric.tasks import WrappedCallableTask

def task(*args, **kwargs):
def task_method(*args, **kwargs):
"""
Decorator declaring the wrapped method to be task.
Expand Down

0 comments on commit bc51a8e

Please sign in to comment.