diff options
| author | nobody <nobody@localhost> | 2002-01-05 17:07:10 +0000 |
|---|---|---|
| committer | nobody <nobody@localhost> | 2002-01-05 17:07:10 +0000 |
| commit | e8c50dc6676e380e814c77927445ab3594382bc4 (patch) | |
| tree | 8b24a70994ccef281e051bd62a39a93234973c68 /scipy_distutils/command/__init__.py | |
| parent | f2e5fb8573178cb7a8924d57e70bf9c199034622 (diff) | |
| download | numpy-0.2.0.tar.gz | |
This commit was manufactured by cvs2svn to create tagv0.2.0
'release_0_2_0'.
Diffstat (limited to 'scipy_distutils/command/__init__.py')
| -rw-r--r-- | scipy_distutils/command/__init__.py | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/scipy_distutils/command/__init__.py b/scipy_distutils/command/__init__.py deleted file mode 100644 index 4aa39a8b6..000000000 --- a/scipy_distutils/command/__init__.py +++ /dev/null @@ -1,29 +0,0 @@ -"""distutils.command - -Package containing implementation of all the standard Distutils -commands.""" - -__revision__ = "$Id$" - -distutils_all = [ 'build_py', - 'build_scripts', - 'clean', - 'install_lib', - 'install_scripts', - 'bdist', - 'bdist_dumb', - 'bdist_rpm', - 'bdist_wininst', - ] - -__import__('distutils.command',globals(),locals(),distutils_all) - -__all__ = ['build', - 'build_ext', - 'build_clib', - 'build_flib', - 'install', - 'install_data', - 'install_headers', - 'sdist', - ] + distutils_all |
