diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-06-09 21:02:09 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-06-09 21:02:09 -0700 |
commit | 20aa3230e32a5018cb5b4245eab1af19dd28acf7 (patch) | |
tree | 4272395ed845c83cb36b3a444d88aed5cf6061e7 /tasks.py | |
parent | e0a458847beefa85959742f92faaea9830155255 (diff) |
Update tasks to use Invoke/Invocations 0.13
Diffstat (limited to 'tasks.py')
-rw-r--r-- | tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ from os import mkdir from os.path import join from shutil import rmtree, copytree -from invoke import Collection, ctask as task +from invoke import Collection, task from invocations.docs import docs, www, sites from invocations.packaging import publish |