diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-10 18:21:29 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-10 18:21:29 -0800 |
commit | 1d87a0ceb9b6689e3969cc2b528f842b51e68f88 (patch) | |
tree | 21e0c956df7a0b8f27ed36a1b09c46c9fc4e4f71 /tasks.py | |
parent | 280c240685b6c5d66bde1e81cb160c24c8212387 (diff) |
Herp and a derp
Diffstat (limited to 'tasks.py')
-rw-r--r-- | tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ from os.path import join -from invoke import Collection, task +from invoke import Collection, ctask as task from invocations import docs as _docs |