[Pypi-checkins] r801 - trunk/pypi

richard python-checkins at python.org
Sat Jul 24 14:40:14 CEST 2010


Author: richard
Date: Sat Jul 24 14:40:14 2010
New Revision: 801

Modified:
   trunk/pypi/webui.py
Log:
fix

Modified: trunk/pypi/webui.py
==============================================================================
--- trunk/pypi/webui.py	(original)
+++ trunk/pypi/webui.py	Sat Jul 24 14:40:14 2010
@@ -53,7 +53,7 @@
 class FormError(Exception):
     pass
 
-class MultipleReleases(object):
+class MultipleReleases(Exception):
     def __init__(self, releases):
         self.releases = releases
 


More information about the Pypi-checkins mailing list