plone / plone.app.standardtiles

Plone Standard tiles (reflecting viewlets et al) to be used with Plone Mosaic
Other
7 stars 12 forks source link

Fix CMFDynamicViewFTI import. #140

Closed thet closed 1 year ago

thet commented 1 year ago

Fix import with error:

  File "/home/_thet/repos-config/dotfiles-thet/dot.buildout/eggs/zope.configuration-4.4.1-py3.11.egg/zope/configuration/config.py", line 225, in resolve
    __import__(mname)
  File "/home/_thet/data/dev/sprints/plone6ui/REPOS/buildout.coredev/src/plone.app.standardtiles/src/plone/app/standardtiles/navigation.py", line 18, in <module>
    from Products.CMFDynamicViewFTI.interface import IBrowserDefault
ModuleNotFoundError: No module named 'Products.CMFDynamicViewFTI.interface'