[Yt-svn] yt: Adding some imports to star_analysis and mods

hg at spacepope.org hg at spacepope.org
Thu Jan 6 15:57:26 PST 2011


hg Repository: yt
details:   yt/rev/6570505f0d17
changeset: 3634:6570505f0d17
user:      Matthew Turk <matthewturk at gmail.com>
date:
Thu Jan 06 15:25:48 2011 -0600
description:
Adding some imports to star_analysis and mods

diffstat:

 yt/analysis_modules/star_analysis/api.py |  4 +++-
 yt/mods.py                               |  1 +
 2 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 4db47be8e251 -r 6570505f0d17 yt/analysis_modules/star_analysis/api.py
--- a/yt/analysis_modules/star_analysis/api.py	Tue Jan 04 08:36:49 2011 -0800
+++ b/yt/analysis_modules/star_analysis/api.py	Thu Jan 06 15:25:48 2011 -0600
@@ -30,4 +30,6 @@
 
 from .sfr_spectrum import \
     StarFormationRate, \
-    SpectrumBuilder
+    SpectrumBuilder, \
+    Zsun
+
diff -r 4db47be8e251 -r 6570505f0d17 yt/mods.py
--- a/yt/mods.py	Tue Jan 04 08:36:49 2011 -0800
+++ b/yt/mods.py	Thu Jan 06 15:25:48 2011 -0600
@@ -39,6 +39,7 @@
 from yt.utilities.logger import ytLogger as mylog
 from yt.utilities.performance_counters import yt_counters, time_function
 from yt.config import ytcfg
+import yt.utilities.physical_constants as physical_constants
 
 from yt.data_objects.api import \
     BinnedProfile1D, BinnedProfile2D, BinnedProfile3D, \



More information about the yt-svn mailing list