Mercurial > wikked
view tasks.py @ 500:d3cd7d8d6b25 default tip
web: Breaking changes in flask-login API.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 07 Jun 2020 00:56:00 -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')