Mercurial > code > home > repos > homeauto
annotate service/powerEagle/tasks.py @ 1560:c3d699b5759c
more py3 fixes
Ignore-this: f212b4a5edf8e599e9efd70bc65e7651
darcs-hash:d944ca9d7d7b36c2c02529dcf9225a99c0aa1831
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Fri, 14 Feb 2020 00:33:31 -0800 |
parents | 44bf18ee9555 |
children |
rev | line source |
---|---|
1535 | 1 from invoke import Collection |
2 import sys | |
3 sys.path.append('/my/proj/release') | |
4 from serv_tasks import serv_tasks | |
1335
013af6808aca
update powereagle to py3, be a server with /stats/, save 'price' field
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
5 |
1535 | 6 ns = Collection() |
7 serv_tasks(ns, 'serv.n3', 'powerEagle') |