DEBSOURCES
Skip Quicknav
sources / python-invoke / 0.11.1%2Bdfsg1-1 / tests / _support / namespacing.py
123456789
from invoke import Collection, task from package import module @task def toplevel(): pass ns = Collection(module, toplevel)