Description
The first example for using the @task decorator has an incorrect import.
http://docs.fabfile.org/en/1.2.0/usage/tasks.html
It has:
from fabric.api import tasks, run
When it should be:
from fabric.api import tasks, run
Originally submitted by Hugo Garza (hiro2k) on 2011-07-20 at 01:02pm EDT