diff --git a/fabfile.py b/fabfile.py index 2520693c0..9a2236e77 100644 --- a/fabfile.py +++ b/fabfile.py @@ -47,7 +47,7 @@ def make(): def clean(): with lcd(path.dirname(__file__)): - local('python dev_setup.py clean --all') + local('python setup.py clean --all') def test():