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

Modernize cleanups

parent 0307cb95
No related branches found
No related tags found
No related merge requests found
"""isl helpers""" """isl helpers"""
from __future__ import division from __future__ import division, absolute_import
from __future__ import absolute_import
from six.moves import range
from six.moves import zip
__copyright__ = "Copyright (C) 2012 Andreas Kloeckner" __copyright__ = "Copyright (C) 2012 Andreas Kloeckner"
...@@ -28,6 +25,10 @@ THE SOFTWARE. ...@@ -28,6 +25,10 @@ THE SOFTWARE.
""" """
from six.moves import range, zip
from loopy.diagnostic import StaticValueFindingError
import islpy as isl import islpy as isl
from islpy import dim_type from islpy import dim_type
......
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