X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/ce985e833f88aed8957c73434198e6bac6bd234e..50f0fde4dca3f10e535314b1c9d325cd9283735b:/examples/squares.py?ds=sidebyside 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')