view service/wifi/tasks.py @ 1542:5517f54eaba8

build update Ignore-this: 1b29ef44c5f6c3c3e8c70f509fbbde66 darcs-hash:e93956d750d152774cbdf63b049051564aaab5bf
author drewp <drewp@bigasterisk.com>
date Thu, 13 Feb 2020 10:16:28 -0800
parents e188fd8351c0
children
line wrap: on
line source

from invoke import Collection
import sys
sys.path.append('/my/proj/release')
from serv_tasks import serv_tasks

ns = Collection()
serv_tasks(ns, 'serv.n3', 'wifi')