Skip to content

Commit

Permalink
We still need the absolute import here.
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed Sep 28, 2020
1 parent 5fa95c7 commit cf75eaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AccessControl/AuthEncoding.py
Expand Up @@ -11,6 +11,8 @@
#
##############################################################################

from __future__ import absolute_import

import AuthEncoding.AuthEncoding
from zope.deferredimport import deprecated

Expand Down
2 changes: 2 additions & 0 deletions src/AccessControl/users.py
Expand Up @@ -13,6 +13,8 @@
"""Access control package.
"""

from __future__ import absolute_import

import os
import re
import socket
Expand Down

0 comments on commit cf75eaf

Please sign in to comment.