[Yt-svn] yt-commit r546 - trunk/yt/lagos
    mturk at wrangler.dreamhost.com 
    mturk at wrangler.dreamhost.com
       
    Sun Jun  8 23:26:27 PDT 2008
    
    
  
Author: mturk
Date: Sun Jun  8 23:26:26 2008
New Revision: 546
URL: http://yt.spacepope.org/changeset/546
Log:
Quick fix to change the order of imports so that the smoothing grid works!
Modified:
   trunk/yt/lagos/__init__.py
Modified: trunk/yt/lagos/__init__.py
==============================================================================
--- trunk/yt/lagos/__init__.py	(original)
+++ trunk/yt/lagos/__init__.py	Sun Jun  8 23:26:26 2008
@@ -62,6 +62,7 @@
 
 # Now we import all the subfiles
 
+from HelperFunctions import *
 import PointCombine
 import HDF5LightReader
 from EnzoDefs import *
@@ -76,7 +77,6 @@
 from HierarchyType import *
 from OutputTypes import *
 from Profiles import *
-from HelperFunctions import *
 
 # We load plugins.  Keep in mind, this can be fairly dangerous -
 # the primary purpose is to allow people to have a set of functions
    
    
More information about the yt-svn
mailing list