comparison lib/mqtt_client/tasks.py @ 554:2c4e8ef57f08

mqtt_client into a distributable Ignore-this: 8c99f2f6220b55e32df3349d02f725c7
author drewp@bigasterisk.com
date Tue, 30 Apr 2019 23:37:25 -0700
parents
children
comparison
equal deleted inserted replaced
553:36e4304762ae 554:2c4e8ef57f08
1 from invoke import task
2
3 import sys
4 sys.path.append('/my/proj/release')
5 from release import local_release
6
7 @task
8 def release(ctx):
9 local_release(ctx)