setup.py: adapt to change in Django compilemessages

This commit is contained in:
Benjamin Dauvergne 2014-01-21 15:30:40 +01:00
parent 7b20f440c8
commit b1b0f6f720
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,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