]> CRI, Mines Paris - PSL - linpy.git/blobdiff - examples/menger.py
Replace examples by tutorial in documentation
[linpy.git] / examples / menger.py
index 9ec958fc6488e997e902052da9530822ee1a8857..d8a74d4e0db56abc78f1e7c8ddaad8abcf625f06 100755 (executable)
@@ -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')