From: Georg Brandl Date: Wed, 1 Apr 2009 04:32:39 +0000 (+0000) Subject: #5631: add upload to list of possible commands, which is presented in --help-commands. X-Git-Tag: v2.7a1~1644 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63959bb973cd1a27701342851aeb5b9466d7e776;p=thirdparty%2FPython%2Fcpython.git #5631: add upload to list of possible commands, which is presented in --help-commands. --- diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py index add83f8740ec..274cb010b87b 100644 --- a/Lib/distutils/command/__init__.py +++ b/Lib/distutils/command/__init__.py @@ -22,6 +22,8 @@ __all__ = ['build', 'bdist_dumb', 'bdist_rpm', 'bdist_wininst', + 'upload', + # These two are reserved for future use: #'bdist_sdux', #'bdist_pkgtool',