From da8e3e89e2871ac8146f91e493890b56d9c0938c Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Fri, 30 Dec 2011 19:42:55 -0500 Subject: [PATCH] Remove unnecessary python code-block --- docs/scenarios/admin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/admin.rst b/docs/scenarios/admin.rst index 6271511..991cab2 100644 --- a/docs/scenarios/admin.rst +++ b/docs/scenarios/admin.rst @@ -20,7 +20,7 @@ latter will ssh into each server, cd to our project directory, activate the virtual environment, pull the newest codebase, and restart the application server. -.. code-block:: python +:: from fabric.api import cd, env, prefix, run, task