X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/960f0c252361dfd696359f803aae40a9b13b14a6..7b93cea1daf2889e9ee10ca9c22a1b5124404937:/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')