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

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Mon May 4 12:07:02 PDT 2009


Author: mturk
Date: Mon May  4 12:07:01 2009
New Revision: 1289
URL: http://yt.spacepope.org/changeset/1289

Log:
Changed order of arguments to PlotCollection in anticipation of removing
deliverator ID completely



Modified:
   trunk/yt/raven/PlotCollection.py

Modified: trunk/yt/raven/PlotCollection.py
==============================================================================
--- trunk/yt/raven/PlotCollection.py	(original)
+++ trunk/yt/raven/PlotCollection.py	Mon May  4 12:07:01 2009
@@ -36,7 +36,7 @@
 
 class PlotCollection(object):
     __id_counter = 0
-    def __init__(self, pf, deliverator_id=-1, center=None):
+    def __init__(self, pf, center=None, deliverator_id=-1):
         """
         Generate a collection of linked plots using *pf* as a source,
         optionally submitting to the deliverator with *deliverator_id*



More information about the yt-svn mailing list