dabo Commit
Revision 7039
Date: 2011-12-28 10:38:10 -0800 (Wed, 28 Dec 2011)
Author: Paul
Trac: http://trac.dabodev.com/changeset/7039

Changed:
U   trunk/dabo/lib/doDefaultMixin.py

Log:
Had the wrong revisions noted.


Diff:
Modified: trunk/dabo/lib/doDefaultMixin.py
===================================================================
--- trunk/dabo/lib/doDefaultMixin.py    2011-12-28 18:37:26 UTC (rev 7038)
+++ trunk/dabo/lib/doDefaultMixin.py    2011-12-28 18:38:10 UTC (rev 7039)
@@ -22,7 +22,7 @@
 
        def doDefault(cls, *args, **kwargs):
                """
-               DEPRECATED in r7335: use python's explicit super(cls, 
self).method(<args>)
+               DEPRECATED in r7036: use python's explicit super(cls, 
self).method(<args>)
 
                Call the superclass's method code, if any.
 
@@ -48,7 +48,7 @@
 
                if (cls, methodName) not in deprecation_warnings_issued:
                        warnings.warn("""
-  doDefault() deprecated since r7335. Please replace your doDefault() call 
with:
+  doDefault() deprecated since r7036. Please replace your doDefault() call 
with:
     super(%s, self).%s(<args>)""" % (cls.__name__, methodName), 
DeprecationWarning, 2)
                        deprecation_warnings_issued.append((cls, methodName))
 



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to