mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
PEP8
This commit is contained in:
parent
fd98d91614
commit
dba0b1b51c
1 changed files with 1 additions and 1 deletions
2
fabfile.py
vendored
2
fabfile.py
vendored
|
|
@ -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...')
|
||||
|
|
|
|||
Loading…
Reference in a new issue