X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/c8a857e117e2f99120b450f8fd08e20c9da78ec8..98edd00eb4b05e85f7cb1b85cff2f4d733909c57:/examples/menger.py diff --git a/examples/menger.py b/examples/menger.py index 9ec958f..d8a74d4 100755 --- a/examples/menger.py +++ b/examples/menger.py @@ -9,7 +9,7 @@ from math import ceil from matplotlib import pylab from mpl_toolkits.mplot3d import Axes3D -from pypol import * +from linpy import * x, y, z = symbols('x y z')