X-Git-Url: https://scm.cri.minesparis.psl.eu/git/linpy.git/blobdiff_plain/26837dbbeb8e37f8ee393115e879e6d94a1a79e5..2b3c6f898db2c17e3be955707629645bbeff91c0:/pypol/islhelper.py

diff --git a/pypol/islhelper.py b/pypol/islhelper.py
index 539a33f..e796618 100644
--- a/pypol/islhelper.py
+++ b/pypol/islhelper.py
@@ -1,7 +1,7 @@
 import ctypes, ctypes.util
 
 from . import _islhelper
-from ._islhelper import isl_basic_set_constraints, isl_set_basic_sets
+from ._islhelper import *
 
 
 __all__ = [
@@ -11,6 +11,7 @@ __all__ = [
     'isl_val_to_int',
     'isl_basic_set_to_str', 'isl_basic_set_constraints',
     'isl_set_to_str', 'isl_set_basic_sets',
+    'isl_set_points',
 ]