[Python-checkins] r66354 - doctools/trunk/setup.py

georg.brandl python-checkins at python.org
Tue Sep 9 23:23:57 CEST 2008


Author: georg.brandl
Date: Tue Sep  9 23:23:57 2008
New Revision: 66354

Log:
cmdclass must stay.


Modified:
   doctools/trunk/setup.py

Modified: doctools/trunk/setup.py
==============================================================================
--- doctools/trunk/setup.py	(original)
+++ doctools/trunk/setup.py	Tue Sep  9 23:23:57 2008
@@ -59,6 +59,8 @@
 # Provide a "compile_catalog" command that also creates the translated
 # JavaScript files if Babel is available.
 
+cmdclass = {}
+
 try:
     from babel.messages.pofile import read_po
     from babel.messages.frontend import compile_catalog


More information about the Python-checkins mailing list