Skip to content

Commit

Permalink
import rfc1123_date from App.Common
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Feb 21, 2020
1 parent d41d3a1 commit 2584c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/app/blob/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from Products.CMFCore.permissions import View
from six import StringIO
from transaction import savepoint
from webdav.common import rfc1123_date
from App.Common import rfc1123_date
from ZODB.blob import Blob
from zope.interface import implementer

Expand Down

0 comments on commit 2584c6b

Please sign in to comment.