Mercurial > code > home > repos > homeauto
view service/wifi/tasks.py @ 742:632a88c27b11
build update
Ignore-this: 1b29ef44c5f6c3c3e8c70f509fbbde66
author | drewp@bigasterisk.com |
---|---|
date | Thu, 13 Feb 2020 10:16:28 -0800 |
parents | 50d66febeeb0 |
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')