X-Git-Url: https://scm.cri.minesparis.psl.eu/git/linpy.git/blobdiff_plain/ce985e833f88aed8957c73434198e6bac6bd234e..0f40fdb54d0fc6505342d008deaa1e9c4c9dbcee:/examples/squares.py

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