Commit 889bd197 authored by Julien Muchembled's avatar Julien Muchembled

WebDAVSupport: remove useless import

parent 4ca71d21
......@@ -208,7 +208,6 @@ except ImportError: # BBB: Zope 2.8
from webdav.WriteLockInterface import WriteLockInterface
providesIWriteLock = WriteLockInterface.isImplementedBy
from webdav.NullResource import NullResource
from zope.contenttype import guess_content_type
NullResource_PUT = NullResource.PUT
def PUT(self, REQUEST, RESPONSE):
......
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