[Yt-svn] yt-commit r1305 - trunk/examples

sskory at wrangler.dreamhost.com sskory at wrangler.dreamhost.com
Wed May 13 15:27:03 PDT 2009


Author: sskory
Date: Wed May 13 15:27:02 2009
New Revision: 1305
URL: http://yt.spacepope.org/changeset/1305

Log:
Merger.py is now in lagos/hop/

Modified:
   trunk/examples/fastBuildMerge.py

Modified: trunk/examples/fastBuildMerge.py
==============================================================================
--- trunk/examples/fastBuildMerge.py	(original)
+++ trunk/examples/fastBuildMerge.py	Wed May 13 15:27:02 2009
@@ -24,8 +24,6 @@
 # 'chmod u+x mergeScript.py'
 # './mergeScript.py'
 
-# the name of the python script
-name = "merger_yt"
 # the GraphViz file
 outfile = "157-120.dot"
 # the directory basename, no trailing slash needed
@@ -60,11 +58,12 @@
 # -----------------------------------------------------------------
 # -----------------------------------------------------------------
 
-print "import %s" % name
-print "import yt.raven as raven"
+name = 'Merger'
+
 print "import yt.lagos as lagos"
 print "from yt.lagos import mylog"
 print "from yt.mods import *"
+print "import yt.lagos.hop.Merger as %s" % name
 
 print """
 def instantiateSnapshots(dirbasename,filebasename,start,end):



More information about the yt-svn mailing list