Commit 9b1859c3 authored by 's avatar

Merged fix for missing getSecurityManager import from 2.2 branch

parent 29e4ae2e
......@@ -85,11 +85,12 @@
"""WebDAV support - resource objects."""
__version__='$Revision: 1.33 $'[11:-2]
__version__='$Revision: 1.34 $'[11:-2]
import sys, os, string, mimetypes, davcmds, ExtensionClass
from common import absattr, aq_base, urlfix, rfc1123_date
from urllib import quote, unquote
from AccessControl import getSecurityManager
import Globals, time
class Resource(ExtensionClass.Base):
......
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