X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/f431ff9e62582cf7a4f12d17fb198c2fdaf47044..36156a49062f344bee22bd87310b5e03f0955c5d:/pypol/linear.py diff --git a/pypol/linear.py b/pypol/linear.py index be30fad..e69600f 100644 --- a/pypol/linear.py +++ b/pypol/linear.py @@ -1,11 +1,12 @@ import functools import numbers -import json import ctypes, ctypes.util -from pypol import isl, islhelper from fractions import Fraction, gcd +from . import isl, islhelper + + libisl = ctypes.CDLL(ctypes.util.find_library('isl')) libisl.isl_printer_get_str.restype = ctypes.c_char_p