Mercurial > wikked
view tasks.py @ 457:038b22935250
web: Fix the special pages (based on lists).
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 10 Jan 2018 22:51:39 -0800 |
parents | 41cdccd71717 |
children |
line wrap: on
line source
from invoke import Collection from monkeys.release import makerelease ns = Collection() ns.add_task(makerelease, name='release')