diff options
Diffstat (limited to 'Lib/distutils/command/__init__.py')
-rw-r--r-- | Lib/distutils/command/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py index add83f8..f7dcde4 100644 --- a/Lib/distutils/command/__init__.py +++ b/Lib/distutils/command/__init__.py @@ -22,6 +22,7 @@ __all__ = ['build', 'bdist_dumb', 'bdist_rpm', 'bdist_wininst', + 'check', # These two are reserved for future use: #'bdist_sdux', #'bdist_pkgtool', |