[yt-svn] commit/yt: brittonsmith: Fixing one incorrect package name in yt/analysis_modules and removing

Bitbucket commits-noreply at bitbucket.org
Tue Jul 24 14:03:03 PDT 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/239a7fdd1eec/
changeset:   239a7fdd1eec
branch:      yt
user:        brittonsmith
date:        2012-07-24 23:02:29
summary:     Fixing one incorrect package name in yt/analysis_modules and removing
a __config__.py file that was accidentally tracked.
affected #:  2 files

diff -r 2d5a6c06eac28cbdb7d41421909e8994060c6d47 -r 239a7fdd1eeca5c4e3aa140d1900b5aae2ec55d6 yt/analysis_modules/cosmological_observation/light_cone/__config__.py
--- a/yt/analysis_modules/cosmological_observation/light_cone/__config__.py
+++ /dev/null
@@ -1,21 +0,0 @@
-# This file is generated by /Users/britton/Documents/work/yt/yt-main/src/yt-britton/setup.py
-# It contains system_info results at the time of building this package.
-__all__ = ["get_info","show"]
-
-
-def get_info(name):
-    g = globals()
-    return g.get(name, g.get(name + "_info", {}))
-
-def show():
-    for name,info_dict in globals().items():
-        if name[0] == "_" or type(info_dict) is not type({}): continue
-        print(name + ":")
-        if not info_dict:
-            print("  NOT AVAILABLE")
-        for k,v in info_dict.items():
-            v = str(v)
-            if k == "sources" and len(v) > 200:
-                v = v[:60] + " ...\n... " + v[-60:]
-            print("    %s = %s" % (k,v))
-    
\ No newline at end of file


diff -r 2d5a6c06eac28cbdb7d41421909e8994060c6d47 -r 239a7fdd1eeca5c4e3aa140d1900b5aae2ec55d6 yt/analysis_modules/setup.py
--- a/yt/analysis_modules/setup.py
+++ b/yt/analysis_modules/setup.py
@@ -9,7 +9,7 @@
     #config.make_svn_version_py()
     config.add_subpackage("absorption_spectrum")
     config.add_subpackage("coordinate_transformation")
-    config.add_subpackage("cosmology")
+    config.add_subpackage("cosmological_observation")
     config.add_subpackage("halo_finding")
     config.add_subpackage("halo_mass_function")
     config.add_subpackage("halo_merger_tree")

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