Implement methods Point.__hash__(), Vector.__hash__()
[linpy.git] / pypol / polyhedra.py
index 2eaa7b5..5d9c287 100644 (file)
@@ -1,4 +1,3 @@
-
 import functools
 import math
 import numbers
@@ -6,8 +5,7 @@ import numbers
 from . import islhelper
 
 from .islhelper import mainctx, libisl
-from .geometry import GeometricObject
-from .coordinates import Point
+from .geometry import GeometricObject, Point
 from .linexprs import Expression, Symbol, Rational
 from .domains import Domain