Rename pypol into LinPy
[linpy.git] / examples / squares.py
index e00821e..ea48fe4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 
-from pypol import *
+from linpy import *
 
 a, x, y, z = symbols('a x y z')