[Yt-svn] yt-commit r793 - branches/yt-1.0/yt

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Fri Sep 19 08:24:14 PDT 2008


Author: mturk
Date: Fri Sep 19 08:24:13 2008
New Revision: 793
URL: http://yt.spacepope.org/changeset/793

Log:
Added HopCircleCallback to mods



Modified:
   branches/yt-1.0/yt/mods.py

Modified: branches/yt-1.0/yt/mods.py
==============================================================================
--- branches/yt-1.0/yt/mods.py	(original)
+++ branches/yt-1.0/yt/mods.py	Fri Sep 19 08:24:13 2008
@@ -40,7 +40,8 @@
 from yt.raven import PlotCollection, PlotCollectionInteractive, \
     QuiverCallback, ParticleCallback, ContourCallback, \
     GridBoundaryCallback, UnitBoundaryCallback, \
-    LinePlotCallback, CuttingQuiverCallback, ClumpContourCallback
+    LinePlotCallback, CuttingQuiverCallback, ClumpContourCallback, \
+    HopCircleCallback
 
 try:
     from yt.raven import VolumeRenderingDataCube, \



More information about the yt-svn mailing list