view lib/mqtt_client/tasks.py @ 706:b41247c7b080

fix text/plain output Ignore-this: 484512f1c81139ef4788680e2ccef973
author drewp@bigasterisk.com
date Mon, 03 Feb 2020 01:10:35 -0800
parents 2c4e8ef57f08
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)