Skip to content

Commit

Permalink
Merge pull request #29 from plone/maurits-warnings
Browse files Browse the repository at this point in the history
Fix DeprecationWarnings.
  • Loading branch information
gforcada authored Jan 21, 2025
2 parents 23c8882 + e2bc6a1 commit 86dd80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/4090.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix DeprecationWarnings. [maurits]
2 changes: 1 addition & 1 deletion plone/theme/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The other outputs "My Theme".

Before we turn on the skin, we will get the default view.

>>> from plone.testing.z2 import Browser
>>> from plone.testing.zope import Browser
>>> browser = Browser(layer['app'])

>>> browser.open(layer['portal'].absolute_url() + '/@@layer-test-view')
Expand Down

0 comments on commit 86dd80a

Please sign in to comment.