DEBSOURCES
Skip Quicknav
sources / python-paver / 1.2.1-1.1 / paver / tests / other_pavement.py
123456789
from paver.easy import * from paver.tests import test_tasks options(foo=1) @task def t1(options): test_tasks.OP_T1_CALLED = options.foo