SVN: r20449 - trunk/quixote
Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Mon, 27 Jan 2003 11:20:33 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: akuchlin
Date: 2003-01-27 11:20:32 -0500 (Mon, 27 Jan 2003)
New Revision: 20449
Modified:
trunk/quixote/setup.py
Log:
Delete debug print
Modified: trunk/quixote/setup.py
==============================================================================
--- trunk/quixote/setup.py (original)
+++ trunk/quixote/setup.py 2003-01-27 11:20:33.000000000 -0500
@@ -31,8 +31,6 @@
# If we're running Python 2.3, add classifiers
if hasattr(core, 'setup_keywords') and 'classifiers' in core.setup_keywords:
- print 'class set'
-
kw['classifiers'] = ['Development Status :: 4 - Beta',
'Environment :: No Input/Output (Daemon)',
'License :: OSI Approved :: Python License (CNRI Python License)',