[yt-svn] commit/yt-3.0: xarthisius: Fix Subpackage 'yt.frontends.boxlib' configuration returned as 'yt.frontends.orion'

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Oct 19 04:39:31 PDT 2013


1 new commit in yt-3.0:

https://bitbucket.org/yt_analysis/yt-3.0/commits/aef987a4f9c6/
Changeset:   aef987a4f9c6
Branch:      yt-3.0
User:        xarthisius
Date:        2013-10-19 10:53:28
Summary:     Fix Subpackage 'yt.frontends.boxlib' configuration returned as 'yt.frontends.orion'
Affected #:  2 files

diff -r c2fd25967f13bbce30893e657da162498309e8bd -r aef987a4f9c6f597787d03fe26cfc09e44923178 yt/frontends/boxlib/__init__.py
--- a/yt/frontends/boxlib/__init__.py
+++ b/yt/frontends/boxlib/__init__.py
@@ -1,5 +1,5 @@
 """
-API for yt.frontends.orion
+API for yt.frontends.boxlib
 
 
 

diff -r c2fd25967f13bbce30893e657da162498309e8bd -r aef987a4f9c6f597787d03fe26cfc09e44923178 yt/frontends/boxlib/setup.py
--- a/yt/frontends/boxlib/setup.py
+++ b/yt/frontends/boxlib/setup.py
@@ -7,7 +7,7 @@
 
 def configuration(parent_package='', top_path=None):
     from numpy.distutils.misc_util import Configuration
-    config = Configuration('orion', parent_package, top_path)
+    config = Configuration('boxlib', parent_package, top_path)
     config.make_config_py()  # installs __config__.py
     #config.make_svn_version_py()
     return config

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