Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
1letter committed Aug 19, 2024
1 parent 733ee57 commit b5df682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/event/dx/behaviors.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# Import fails for Plone < 6.1
# version pin of plone.app.z3cform is set to plone.app.z3cform==4.3.2
# TextLinesFieldWidget is introduced in plone.app.z3cform==4.4.0
from z3c.form.browser.textlines import TextLinesFieldWidget
from plone.app.z3cform.widgets.textlines import TextLinesFieldWidget
except ImportError:
from z3c.form.browser.textlines import TextLinesFieldWidget

Expand Down

0 comments on commit b5df682

Please sign in to comment.