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

Py3 fix: missing intern import

parent 3914d479
No related branches found
No related tags found
No related merge requests found
"""Operations on the kernel object."""
from __future__ import division
from __future__ import absolute_import
import six
from __future__ import division, absolute_import
__copyright__ = "Copyright (C) 2012 Andreas Kloeckner"
......@@ -26,6 +24,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
"""
import six
from six.moves import intern
import numpy as np
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