From 419a3698ae9f191e05fcf502c2d5a36192920e0b Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 12 Feb 2014 13:59:59 +0100 Subject: [PATCH] setup.py: adapt to new signature of the compile_messages Django command --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d650bf7..bb31f66 100755 --- a/setup.py +++ b/setup.py @@ -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