|
|
Log message for revision 39836:
Shut up deprecation warnings.
Changed:
U
Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testOrderSupport.py
-=-
Modified:
Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testOrderSupport.py
===================================================================
---
Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testOrderSupport.py
2005-11-01 23:44:21 UTC (rev 39835)
+++
Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testOrderSupport.py
2005-11-01 23:44:38 UTC (rev 39836)
@@ -14,6 +14,8 @@
return
def manage_beforeDelete(self, item, container):
return
+ manage_afterAdd.__five_method__ = True
+ manage_beforeDelete.__five_method__ = True
def wl_isLocked(self):
return 0
_______________________________________________
Zope-Checkins maillist - Zope-Checkins@xxxxxxxx
http://mail.zope.org/mailman/listinfo/zope-checkins
|
|