[yt-svn] commit/yt-3.0: ngoldbaum: Inserting a missing import to fix a NameError caused by the previous PR merge.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri May 17 15:42:31 PDT 2013


1 new commit in yt-3.0:

https://bitbucket.org/yt_analysis/yt-3.0/commits/4dcdcbad4ae3/
Changeset:   4dcdcbad4ae3
Branch:      yt-3.0
User:        ngoldbaum
Date:        2013-05-18 00:42:16
Summary:     Inserting a missing import to fix a NameError caused by the previous PR merge.
Affected #:  1 file

diff -r a3bf645f0944f39b2550d4c445a6d59f4a017b22 -r 4dcdcbad4ae304727cd63a5eca39a0bab7dab952 yt/utilities/cosmology.py
--- a/yt/utilities/cosmology.py
+++ b/yt/utilities/cosmology.py
@@ -29,6 +29,7 @@
     gravitational_constant_cgs, \
     km_per_cm, \
     pc_per_mpc, \
+    km_per_pc, \
     speed_of_light_cgs
 
 c_kms = speed_of_light_cgs * km_per_cm # c in km/s

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

--

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