Mercurial > code > home > repos > homeauto
view lib/mqtt_client/tasks.py @ 1426:c3c2418d138c
fix pushconfig host lookup
Ignore-this: d53a114fdfb3bd3bf355a0c7293a1c7b
darcs-hash:6306237a7df35fffb57f27c31a971107608f979e
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 07 Aug 2019 21:06:46 -0700 |
parents | f99fe03803d4 |
children |
line wrap: on
line source
from invoke import task import sys sys.path.append('/my/proj/release') from release import local_release @task def release(ctx): local_release(ctx)