Skip to content
Snippets Groups Projects
Commit cf43aeac authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix intern() Py3 compat

parent f7ac80a9
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,8 @@ THE SOFTWARE.
"""
from six.moves import intern
from pytools import memoize, memoize_method, Record
import pytools.lex
......@@ -1046,6 +1048,4 @@ class AccessRangeMapper(WalkMapper):
# }}}
# vim: foldmethod=marker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment