plone / plone.formwidget.querystring

z3c.form-based widget for composing a Query string/search
https://pypi.org/project/plone.formwidget.querystring/
3 stars 4 forks source link

Fix deprecated import #23

Closed petschki closed 3 years ago

petschki commented 3 years ago

zope.site.hooks is deprecated since zope.site=3.7.1 (2009-11-18)

fixes #22

mister-roboto commented 3 years ago

@petschki thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!

petschki commented 3 years ago

@jenkins-plone-org please run jobs