diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2004-10-13 12:35:28 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2004-10-13 12:35:28 (GMT) |
commit | f2113f0c6e7efb788c6aa3bbf666fda223bce188 (patch) | |
tree | 6d18eed9fc79fcffa8364a7d5de4e4e9ccea68a5 /Lib/distutils/command/__init__.py | |
parent | 9e29fc584c28111a8727d9c02082c53aae8c4121 (diff) | |
download | cpython-f2113f0c6e7efb788c6aa3bbf666fda223bce188.zip cpython-f2113f0c6e7efb788c6aa3bbf666fda223bce188.tar.gz cpython-f2113f0c6e7efb788c6aa3bbf666fda223bce188.tar.bz2 |
Backing out the basic dependency checking (from pycon sprint).
This support was only a first cut, and doesn't deserve to be in
a released version (where we have to support it in an ongoing
manner)
Diffstat (limited to 'Lib/distutils/command/__init__.py')
-rw-r--r-- | Lib/distutils/command/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py index 3a9a53e..870005d 100644 --- a/Lib/distutils/command/__init__.py +++ b/Lib/distutils/command/__init__.py @@ -24,7 +24,6 @@ __all__ = ['build', 'bdist_dumb', 'bdist_rpm', 'bdist_wininst', - 'checkdep', # These two are reserved for future use: #'bdist_sdux', #'bdist_pkgtool', |