annotate service/wifi/tasks.py @ 1710:f4009f41f15d

patchablegraph to its own repo
author drewp@bigasterisk.com
date Wed, 24 Nov 2021 10:16:03 -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')