diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-06-09 21:02:09 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 13:24:10 -0700 |
commit | 5dd6786f9f667147652874c459794bc1170a6750 (patch) | |
tree | ce4a8693a08eaa3135fa8b6065390ea6ccb2b585 /tasks.py | |
parent | 98f9d8285e03671b8cb1a8fa13afb651f5e8f37a (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 |