[Yt-svn] yt-commit r1739 - trunk/yt

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Fri Jun 4 22:57:49 PDT 2010


Author: mturk
Date: Fri Jun  4 22:57:48 2010
New Revision: 1739
URL: http://yt.enzotools.org/changeset/1739

Log:
Adding the long-overdue import of FRB-related machinery into mods.py.



Modified:
   trunk/yt/mods.py

Modified: trunk/yt/mods.py
==============================================================================
--- trunk/yt/mods.py	(original)
+++ trunk/yt/mods.py	Fri Jun  4 22:57:48 2010
@@ -55,7 +55,9 @@
 fieldInfo = EnzoFieldInfo
 
 # Now individual component imports from raven
-from yt.raven import PlotCollection, PlotCollectionInteractive, get_multi_plot
+from yt.raven import PlotCollection, PlotCollectionInteractive, \
+        get_multi_plot, FixedResolutionBuffer, ObliqueFixedResolutionBuffer, \
+        AnnuliProfiler
 from yt.raven.Callbacks import callback_registry
 for name, cls in callback_registry.items():
     exec("%s = cls" % name)



More information about the yt-svn mailing list