Mercurial > code > home > repos > href
view tasks.py @ 30:e86642cf7393
style and requirements.txt cleanup
author | drewp@bigasterisk.com |
---|---|
date | Sun, 12 Jul 2020 13:33:54 -0700 |
parents | 890584020372 |
children |
line wrap: on
line source
from invoke import task, Collection import sys sys.path.append('/my/proj/release') from serv_tasks import serv_tasks, dockerCommand ns = Collection() serv_tasks(ns, 'serv.n3', 'href')