view service/wifi/tasks.py @ 1657:274bb6c04627

update currently-working tests
author drewp@bigasterisk.com
date Sun, 19 Sep 2021 13:23:50 -0700
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')