Skip to content

Commit

Permalink
URB-2617. Fix missing import for MultiSelect2Widget
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbiscuit authored and mpeeters committed May 26, 2023
1 parent 8a1d194 commit 4576c76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Products/urban/content/licence/PreliminaryNotice.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
__docformat__ = 'plaintext'

from AccessControl import ClassSecurityInfo
from collective.archetypes.select2.select2widget import MultiSelect2Widget
from Products.Archetypes.atapi import *
from zope.interface import implements
from Products.urban import interfaces
Expand Down

0 comments on commit 4576c76

Please sign in to comment.