Skip to content

Commit

Permalink
Merge pull request #5 from zopefoundation/issue_4
Browse files Browse the repository at this point in the history
fix deprecation warning
  • Loading branch information
jugmac00 committed Apr 20, 2021
2 parents bdac8a1 + 4291be8 commit 316118f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ https://github.com/zopefoundation/Products.TemporaryFolder/blob/master/CHANGES.r
1.2 (unreleased)
----------------

- fix deprecation warning

1.1 (2021-03-16)
----------------
Expand Down
2 changes: 1 addition & 1 deletion src/Products/ZODBMountPoint/tests/testMountPoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def setUp(self):
self.app = app
# login
from AccessControl.SecurityManagement import newSecurityManager
from AccessControl.User import system
from AccessControl.users import system
newSecurityManager(None, system)
transaction.commit() # Get app._p_jar set
manage_addMounts(app, ('/mount1', '/mount2', '/i/mount3'))
Expand Down

0 comments on commit 316118f

Please sign in to comment.