Skip to content

Commit

Permalink
Renamed package nd_image to image
Browse files Browse the repository at this point in the history
  • Loading branch information
edschofield committed Mar 16, 2006
1 parent a026e1b commit 73e6696
Show file tree
Hide file tree
Showing 27 changed files with 576 additions and 576 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1,148 changes: 574 additions & 574 deletions Lib/nd_image/Lib/test.py → Lib/image/Lib/test.py

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Lib/nd_image/setup.py → Lib/image/setup.py
Expand Up @@ -3,7 +3,7 @@

def configuration(parent_package='', top_path=None):

config = Configuration('nd_image', parent_package, top_path,
config = Configuration('image', parent_package, top_path,
package_path='Lib')

config.add_extension("_nd_image",
Expand Down
2 changes: 1 addition & 1 deletion Lib/setup.py
Expand Up @@ -18,7 +18,7 @@ def configuration(parent_package='',top_path=None):
config.add_subpackage('sparse')
config.add_subpackage('special')
config.add_subpackage('stats')
config.add_subpackage('nd_image')
config.add_subpackage('image')
config.add_subpackage('weave')
config.make_svn_version_py() # installs __svn_version__.py
config.make_config_py()
Expand Down

0 comments on commit 73e6696

Please sign in to comment.