Remove unnecessary python code-block

This commit is contained in:
Steve Pulec
2011-12-30 19:42:55 -05:00
parent 0b5a0efd92
commit da8e3e89e2
+1 -1
View File
@@ -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