X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/9b755b94aa2c8847ffca607de239f5c3bca9984b..b676f2dfbaa1aac981210c603bb6407d357a0340:/examples/tesseract.py diff --git a/examples/tesseract.py b/examples/tesseract.py index b2a5e97..0a57188 100755 --- a/examples/tesseract.py +++ b/examples/tesseract.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -from pypol import * +from linpy import * x, y, z, t = symbols('x y z t')