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

britton at wrangler.dreamhost.com britton at wrangler.dreamhost.com
Wed Nov 5 11:20:54 PST 2008


Author: britton
Date: Wed Nov  5 11:20:52 2008
New Revision: 883
URL: http://yt.spacepope.org/changeset/883

Log:
Fixed HaloProfiler import.

5 November, 2008

Britton Smith



Modified:
   trunk/examples/runHaloProfiler.py

Modified: trunk/examples/runHaloProfiler.py
==============================================================================
--- trunk/examples/runHaloProfiler.py	(original)
+++ trunk/examples/runHaloProfiler.py	Wed Nov  5 11:20:52 2008
@@ -1,5 +1,4 @@
-from yt.mods import *
-from HaloProfiler import *
+from yt.extensions import HaloProfiler
 
 # Instantiate HaloProfiler for this dataset and load parameters from sample_halo_profiles.par.
 q = HaloProfiler("/Users/britton/EnzoRuns/cc_run/DD0232/DD0232","sample_halo_profiles.par")



More information about the yt-svn mailing list