Commit 8abc02d4 authored by Andreas Jung's avatar Andreas Jung

removed unused string import

parent f5ca408b
......@@ -13,9 +13,9 @@
"""WebDAV support - null resource objects."""
__version__='$Revision: 1.35 $'[11:-2]
__version__='$Revision: 1.36 $'[11:-2]
import sys, os, string, mimetypes, Globals, davcmds
import sys, os, mimetypes, Globals, davcmds
import Acquisition, OFS.content_types
from common import absattr, aq_base, urlfix, tokenFinder, IfParser
from AccessControl.Permission import Permission
......
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