[Yt-svn] yt-commit r1108 - trunk/yt/raven

dcollins at wrangler.dreamhost.com dcollins at wrangler.dreamhost.com
Mon Jan 12 16:52:14 PST 2009


Author: dcollins
Date: Mon Jan 12 16:52:13 2009
New Revision: 1108
URL: http://yt.spacepope.org/changeset/1108

Log:
Removed extraneous numpy import from HopParticleCallback.

Modified:
   trunk/yt/raven/Callbacks.py

Modified: trunk/yt/raven/Callbacks.py
==============================================================================
--- trunk/yt/raven/Callbacks.py	(original)
+++ trunk/yt/raven/Callbacks.py	Mon Jan 12 16:52:13 2009
@@ -558,7 +558,6 @@
     
     def __call__(self,plot):
         if self.max_number < 1: return
-        from numpy import *
         x0, x1 = plot.xlim
         y0, y1 = plot.ylim
         xx0, xx1 = plot._axes.get_xlim()



More information about the yt-svn mailing list