Commit 5305d4b4 authored by Rafael Monnerat's avatar Rafael Monnerat 👻

erp5_wendelin: Update import for rfc1123_date

  Follow up the suggestion of the warning:

    <portal_components/document.erp5.DataArray>:31: DeprecationWarning: rfc1123_date is deprecated. Please import from App.Common.
parent ca58b590
......@@ -28,7 +28,7 @@ from wendelin.bigarray.array_zodb import ZBigArray
from erp5.component.document.File import _MARKER
from wendelin.bigarray.array_ram import RAMArray
from ZPublisher import HTTPRangeSupport
from webdav.common import rfc1123_date
from App.Common import rfc1123_date
from DateTime import DateTime
from mimetools import choose_boundary
import transaction
......
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