From 140736ff332ff164f18821ec150488b1a2092898 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 31 Jan 2011 01:34:40 -0500 Subject: [PATCH] fabfile typo. --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index 6e72092..391bf92 100644 --- a/fabfile.py +++ b/fabfile.py @@ -1,7 +1,7 @@ import os from fabric.api import * -os.f + def scrub(): """ Death to the bytecode! """ local('rm -fr dist build')