projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add warning in widening documentation
[linpy.git]
/
examples
/
menger.py
diff --git
a/examples/menger.py
b/examples/menger.py
index
9ec958f
..
d8a74d4
100755
(executable)
--- 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')