Mercurial > code > home > repos > homeauto
view service/wifi/tasks.py @ 1705:250f4c27d56f
less logging
author | drewp@bigasterisk.com |
---|---|
date | Sat, 23 Oct 2021 13:21:06 -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')