view service/wifi/tasks.py @ 744:b267511ec4fc

fixes to TS and page build. remove some unused attempts at binding to <streamed-graph> Ignore-this: dc4cd74d21fef101b32da824bbf60a00
author drewp@bigasterisk.com
date Thu, 13 Feb 2020 10:17:54 -0800
parents 632a88c27b11
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')