Mercurial > wikked
view tasks.py @ 475:0ecf8303a135
web: Fix display bug around `pre>code` areas.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 11 Oct 2018 23:18:45 -0700 |
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')