Mercurial > code > home > repos > homeauto
annotate service/environment/tasks.py @ 1639:ae5ca4ba8954
rm unused computation
author | drewp@bigasterisk.com |
---|---|
date | Mon, 13 Sep 2021 01:54:49 -0700 |
parents | 4167101b816f |
children |
rev | line source |
---|---|
738 | 1 from invoke import Collection |
2 import sys | |
3 sys.path.append('/my/proj/release') | |
4 from serv_tasks import serv_tasks | |
722
a93fbf0d0daa
dep updates; graph url renames; and other build updates
drewp@bigasterisk.com
parents:
440
diff
changeset
|
5 |
738 | 6 ns = Collection() |
7 serv_tasks(ns, 'serv.n3', 'environment') |