Mercurial > code > home > repos > homeauto
view lib/mqtt_client/tasks.py @ 1357:f99fe03803d4
mqtt_client into a distributable
Ignore-this: 8c99f2f6220b55e32df3349d02f725c7
darcs-hash:52741036605ef03b0452f03c0151bd1bbed07fdc
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Tue, 30 Apr 2019 23:37:25 -0700 |
parents | |
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)