From be5ac9f7334744c14ef4635528d7db0981b8e636 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 1 Jun 2012 05:02:47 -0400 Subject: [PATCH] Remove extra decorator --- fabfile/platforms/ubuntu.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fabfile/platforms/ubuntu.py b/fabfile/platforms/ubuntu.py index 8b28e719d0..f9b0c0d5bf 100644 --- a/fabfile/platforms/ubuntu.py +++ b/fabfile/platforms/ubuntu.py @@ -49,7 +49,6 @@ def install_database_manager(): sudo('source bin/activate; pip install MySQL-python') -@task def install_webserver(): """ Installing the Ubuntu packages for the webserver