[Zope-Checkins]
SVN: Zope/branches/2.10/lib/python/webdav/Resource.py
Removed commented-out code.
Stefan H. Holek
stefan at epy.co.at
Wed Mar 28 15:20:21 EDT 2007
Log message for revision 73870:
Removed commented-out code.
Changed:
U Zope/branches/2.10/lib/python/webdav/Resource.py
-=-
Modified: Zope/branches/2.10/lib/python/webdav/Resource.py
===================================================================
--- Zope/branches/2.10/lib/python/webdav/Resource.py 2007-03-28 15:15:13 UTC (rev 73869)
+++ Zope/branches/2.10/lib/python/webdav/Resource.py 2007-03-28 19:20:19 UTC (rev 73870)
@@ -397,7 +397,6 @@
self._notifyOfCopyTo(parent, op=0)
ob = self._getCopy(parent)
ob._setId(name)
- #notify(ObjectCopiedEvent(ob, self))
if depth=='0' and isDavCollection(ob):
for id in ob.objectIds():
More information about the Zope-Checkins
mailing list