[Yt-svn] commit/yt: sskory: Fixing kdtree import.

Bitbucket commits-noreply at bitbucket.org
Tue Mar 8 06:55:33 PST 2011


1 new changeset in yt:

http://bitbucket.org/yt_analysis/yt/changeset/dc13828b2b05/
changeset:   r3805:dc13828b2b05
branch:      yt
user:        sskory
date:        2011-03-08 15:53:57
summary:     Fixing kdtree import.
affected #:  1 file (1 byte)

--- a/yt/analysis_modules/two_point_functions/two_point_functions.py	Mon Mar 07 19:16:53 2011 -0700
+++ b/yt/analysis_modules/two_point_functions/two_point_functions.py	Tue Mar 08 06:53:57 2011 -0800
@@ -29,7 +29,7 @@
 from yt.utilities.parallel_tools.parallel_analysis_interface import ParallelAnalysisInterface, parallel_blocking_call, parallel_root_only
 
 try:
-    from yt.extensions.kdtree import *
+    from yt.utilities.kdtree import *
 except ImportError:
     mylog.debug("The Fortran kD-Tree did not import correctly.")

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list