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

britton at wrangler.dreamhost.com britton at wrangler.dreamhost.com
Wed Nov 5 17:14:08 PST 2008


Author: britton
Date: Wed Nov  5 17:14:08 2008
New Revision: 890
URL: http://yt.spacepope.org/changeset/890

Log:
Changed import in light cone example script.

5 November, 2008

Britton Smith



Modified:
   trunk/examples/makeLightCone.py

Modified: trunk/examples/makeLightCone.py
==============================================================================
--- trunk/examples/makeLightCone.py	(original)
+++ trunk/examples/makeLightCone.py	Wed Nov  5 17:14:08 2008
@@ -2,7 +2,7 @@
 Light cone example.
 """
 
-from yt.lagos.lightcone import *
+from yt.extensions.lightcone import *
 
 q = LightCone("128Mpc256grid_SFFB.param","lightcone.par")
 



More information about the yt-svn mailing list