Skip to content

Commit

Permalink
Fix imports for Zope 5 and Plone 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Apr 28, 2021
1 parent e1f8da6 commit 1fd468d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Expand Up @@ -5,7 +5,8 @@ History
1.8.1 (unreleased)
------------------

- No changes yet.
- Fix imports for Zope 5 and Plone 6.
[pbauer]


1.8.0 (2020-06-11)
Expand Down
2 changes: 1 addition & 1 deletion src/pas/plugins/ldap/plugin.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from AccessControl import ClassSecurityInfo
from App.class_init import InitializeClass
from AccessControl.class_init import InitializeClass
from BTrees import OOBTree
from node.ext.ldap.interfaces import ILDAPGroupsConfig
from node.ext.ldap.interfaces import ILDAPProps
Expand Down

0 comments on commit 1fd468d

Please sign in to comment.