Commit c8a6cdb5 authored by Jérome Perrin's avatar Jérome Perrin

py3: update some imports

parent 888ec97e
Pipeline #38134 failed with stage
in 0 seconds
...@@ -28,7 +28,7 @@ from wendelin.bigarray.array_zodb import ZBigArray ...@@ -28,7 +28,7 @@ from wendelin.bigarray.array_zodb import ZBigArray
from erp5.component.document.File import _MARKER from erp5.component.document.File import _MARKER
from wendelin.bigarray.array_ram import RAMArray from wendelin.bigarray.array_ram import RAMArray
from ZPublisher import HTTPRangeSupport from ZPublisher import HTTPRangeSupport
from webdav.common import rfc1123_date from zope.datetime import rfc1123_date
from DateTime import DateTime from DateTime import DateTime
from mimetools import choose_boundary from mimetools import choose_boundary
import transaction 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