X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/9b755b94aa2c8847ffca607de239f5c3bca9984b..5d2a146f1fa8ff16a9de6f35e74d59031fbcb575:/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')