[Yt-svn] yt-commit r919 - trunk/yt/extensions/lightcone

britton at wrangler.dreamhost.com britton at wrangler.dreamhost.com
Tue Nov 11 15:34:05 PST 2008


Author: britton
Date: Tue Nov 11 15:34:05 2008
New Revision: 919
URL: http://yt.spacepope.org/changeset/919

Log:
Fixed import line.


Modified:
   trunk/yt/extensions/lightcone/LightConeProjection.py

Modified: trunk/yt/extensions/lightcone/LightConeProjection.py
==============================================================================
--- trunk/yt/extensions/lightcone/LightConeProjection.py	(original)
+++ trunk/yt/extensions/lightcone/LightConeProjection.py	Tue Nov 11 15:34:05 2008
@@ -23,7 +23,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 """
 
-from yt.lagos.lightcone import *
+from yt.extensions.lightcone import *
 
 def LightConeProjection(lightConeSlice,field,pixels,weight_field=None,save_image=False,name="",**kwargs):
     "Create a single projection to be added into the light cone stack."



More information about the yt-svn mailing list