setup.py fix

This commit is contained in:
Serghei Mihai 2014-03-20 10:15:33 +01:00
parent b9e802051e
commit 82482641b9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class compile_translations(Command):
try:
from django.core.management.commands.compilemessages import \
compile_messages
for path in ['synchro']:
for path in ['synchro-orleans']:
if not os.path.exists(os.path.join(path, 'locale')):
continue
curdir = os.getcwd()