From dba0b1b51c617816efb1e9dd486a12a4df637a22 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Tue, 9 Jul 2013 13:52:07 +0200 Subject: [PATCH] PEP8 --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index 86d8d4c..f5674ee 100644 --- a/fabfile.py +++ b/fabfile.py @@ -30,7 +30,7 @@ def checkmessages(): command = 'ls -1 locale/*/LC_MESSAGES/django.po | xargs -I {} msgfmt -c {}' for d in DIRS: _run(command, d) - + def pulltx(): print('\n### Pulling new translations from Transifex...')