SVN: r21359 - trunk/quixote

Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Tue, 15 Apr 2003 14:59:21 -0400
Newsgroups gmane.comp.web.quixote.cvs
Message-ID <[email protected]>
Author: akuchlin
Date: 2003-04-15 14:59:19 -0400 (Tue, 15 Apr 2003)
New Revision: 21359

Modified:
   trunk/quixote/setup.py
Log:
Add a pass statement

Modified: trunk/quixote/setup.py
==============================================================================
--- trunk/quixote/setup.py	(original)
+++ trunk/quixote/setup.py	2003-04-15 14:59:21.000000000 -0400
@@ -34,6 +34,7 @@
 if sys.hexversion >= 0x20200a1:
     # Comment out to use the Python implementation of the htmltext type
     kw['ext_modules'].append(htmltext)
+    pass
 
 # If we're running Python 2.3, add extra information
 if hasattr(core, 'setup_keywords'):