X-Git-Url: https://svn.cri.mines-paristech.fr/git/linpy.git/blobdiff_plain/ce985e833f88aed8957c73434198e6bac6bd234e..7b93cea1daf2889e9ee10ca9c22a1b5124404937:/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')