Change name of method
[linpy.git] / pypol / __init__.py
index be1440b..166ccf4 100644 (file)
@@ -2,8 +2,8 @@
 A polyhedral library based on ISL.
 """
 
 A polyhedral library based on ISL.
 """
 
+from .geometry import Point, Vector
 from .linexprs import Expression, Symbol, Dummy, symbols, Rational
 from .linexprs import Expression, Symbol, Dummy, symbols, Rational
-from .coordinates import Point, Vector
 from .polyhedra import Polyhedron, Eq, Ne, Le, Lt, Ge, Gt, Ne, Empty, Universe
 from .domains import Domain, And, Or, Not
 
 from .polyhedra import Polyhedron, Eq, Ne, Le, Lt, Ge, Gt, Ne, Empty, Universe
 from .domains import Domain, And, Or, Not