X-Git-Url: https://svn.cri.ensmp.fr/git/linpy.git/blobdiff_plain/77d9e641db24dc1edb6d0e2b91b58d395761616f..7f4790ef28ae6335966de93be23a8be9320d8cde:/examples/diamonds.py?ds=sidebyside

diff --git a/examples/diamonds.py b/examples/diamonds.py
index d5119b4..0978d4c 100755
--- a/examples/diamonds.py
+++ b/examples/diamonds.py
@@ -5,7 +5,7 @@ import matplotlib.pyplot as plt
 from matplotlib import pylab
 from mpl_toolkits.mplot3d import Axes3D
 
-from pypol import *
+from linpy import *
 
 x, y, z = symbols('x y z')