[Checkins] SVN: z3c.bobopublisher/trunk/src/z3c/bobopublisher/browser.py s, NotImplemented, NotImplementedError, g

Fabio Tranchitella kobold at kobold.it
Wed Aug 19 01:52:48 EDT 2009


Log message for revision 102934:
  s,NotImplemented,NotImplementedError,g

Changed:
  U   z3c.bobopublisher/trunk/src/z3c/bobopublisher/browser.py

-=-
Modified: z3c.bobopublisher/trunk/src/z3c/bobopublisher/browser.py
===================================================================
--- z3c.bobopublisher/trunk/src/z3c/bobopublisher/browser.py	2009-08-19 00:24:46 UTC (rev 102933)
+++ z3c.bobopublisher/trunk/src/z3c/bobopublisher/browser.py	2009-08-19 05:52:48 UTC (rev 102934)
@@ -34,4 +34,4 @@
         if hasattr(self, '_page_attribute') and \
            self._page_attribute is not None:
             return getattr(self, self._page_attribute)()
-        raise NotImplemented, '__call__ method not implemented'
+        raise NotImplementedError('__call__ method not implemented')



More information about the Checkins mailing list