From b9f61e6a47dbeb0f4f99a5d322360bab585684a5 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 1 Sep 2013 09:19:24 -0700 Subject: [PATCH] fixed bug in fabfile --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index 15a5b690..77a24a5e 100644 --- a/fabfile.py +++ b/fabfile.py @@ -23,7 +23,7 @@ ################################################################################ import shutil -from fabric.api import local +from fabric.api import task, local @task