Skip to content

Wrong import in Defining tasks webpage. #393

@bitprophet

Description

@bitprophet

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions