cmdclass must stay.

This commit is contained in:
Georg Brandl 2008-09-09 21:23:57 +00:00
parent b6ae85ec71
commit 703117a77d

View File

@ -59,6 +59,8 @@ if sys.version_info < (2, 5):
# Provide a "compile_catalog" command that also creates the translated # Provide a "compile_catalog" command that also creates the translated
# JavaScript files if Babel is available. # JavaScript files if Babel is available.
cmdclass = {}
try: try:
from babel.messages.pofile import read_po from babel.messages.pofile import read_po
from babel.messages.frontend import compile_catalog from babel.messages.frontend import compile_catalog