Rename pypol into LinPy
[linpy.git] / examples / diamonds.py
index d5119b4..0978d4c 100755 (executable)
@@ -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')