Commit c9d43e7a authored by 's avatar

merged fix for bug # 1945

parent 985669cd
......@@ -85,11 +85,11 @@
"""Commonly used functions for WebDAV support modules."""
__version__='$Revision: 1.10 $'[11:-2]
__version__='$Revision: 1.11 $'[11:-2]
import string, time, urllib, re
from Acquisition import aq_base
from App.Common import iso8601_date, rfc850_date, rfc1123_date
from App.Common import aq_base
def absattr(attr):
if callable(attr):
......
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