setup.py: adapt to new signature of the compile_messages Django command

This commit is contained in:
Benjamin Dauvergne 2014-02-12 13:59:59 +01:00
parent f42e67f6bb
commit 419a3698ae
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class compile_translations(Command):
continue
curdir = os.getcwd()
os.chdir(os.path.realpath(path))
compile_messages(stderr=sys.stderr)
compile_messages(sys.stderr)
os.chdir(curdir)
except ImportError:
print