annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
742
632a88c27b11 build update
drewp@bigasterisk.com
parents: 683
diff changeset
1 from invoke import Collection
632a88c27b11 build update
drewp@bigasterisk.com
parents: 683
diff changeset
2 import sys
632a88c27b11 build update
drewp@bigasterisk.com
parents: 683
diff changeset
3 sys.path.append('/my/proj/release')
632a88c27b11 build update
drewp@bigasterisk.com
parents: 683
diff changeset
4 from serv_tasks import serv_tasks
564
d0830394bf7b update build on service/wifi
drewp@bigasterisk.com
parents: 424
diff changeset
5
742
632a88c27b11 build update
drewp@bigasterisk.com
parents: 683
diff changeset
6 ns = Collection()
632a88c27b11 build update
drewp@bigasterisk.com
parents: 683
diff changeset
7 serv_tasks(ns, 'serv.n3', 'wifi')