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')