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