[Yt-svn] yt-commit r644 - trunk/yt/lagos

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Tue Jul 1 14:57:00 PDT 2008


Author: mturk
Date: Tue Jul  1 14:56:59 2008
New Revision: 644
URL: http://yt.spacepope.org/changeset/644

Log:
Changed order of import.



Modified:
   trunk/yt/lagos/__init__.py

Modified: trunk/yt/lagos/__init__.py
==============================================================================
--- trunk/yt/lagos/__init__.py	(original)
+++ trunk/yt/lagos/__init__.py	Tue Jul  1 14:56:59 2008
@@ -71,7 +71,6 @@
 # Now we import all the subfiles
 
 from HelperFunctions import *
-from Clump import *
 import PointCombine
 import HDF5LightReader
 from EnzoDefs import *
@@ -80,6 +79,7 @@
 from DataReadingFuncs import *
 from ClusterFiles import *
 from ContourFinder import *
+from Clump import *
 from BaseDataTypes import *
 from BaseGridType import *
 from EnzoRateData import *



More information about the yt-svn mailing list