comparison tasks.py @ 0:3f2da406c788

start
author drewp@bigasterisk.com
date Tue, 21 Jul 2020 23:28:04 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3f2da406c788
1 from invoke import task, Collection
2
3 import sys
4 sys.path.append('/my/proj/release')
5 from serv_tasks import serv_tasks
6
7 ns = Collection()
8 serv_tasks(ns, 'serv.n3', 'video')