Commit ea880556 authored by 's avatar

*** empty log message ***

parent ca13a012
......@@ -85,7 +85,7 @@
"""WebDAV support - null resource objects."""
__version__='$Revision: 1.10 $'[11:-2]
__version__='$Revision: 1.11 $'[11:-2]
import sys, os, string, mimetypes
import Acquisition, OFS.content_types
......@@ -114,14 +114,6 @@ class NullResource(Persistent, Acquisition.Implicit, Resource):
self.__name__=name
self.__parent__=parent
# if hasattr(parent, '__ac_permissions__'):
# for p in parent.__ac_permissions__:
# n, v=p[:2]
# if n=='Add Documents, Images, and Files':
# roles=Permission(n, v, parent).getRoles()
# break
# self.PUT__roles__=roles
def __bobo_traverse__(self, REQUEST, name=None):
# We must handle traversal so that we can recognize situations
# where a 409 Conflict must be returned instead of the normal
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment