]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#5631: add upload to list of possible commands, which is presented in --help-commands.
authorGeorg Brandl <georg@python.org>
Wed, 1 Apr 2009 04:32:39 +0000 (04:32 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 1 Apr 2009 04:32:39 +0000 (04:32 +0000)
Lib/distutils/command/__init__.py

index add83f8740ecbd8adaa8bbfe09e0ef7f500c3d84..274cb010b87baf8a8a9e6d2db04d9a8ed1bed4a6 100644 (file)
@@ -22,6 +22,8 @@ __all__ = ['build',
            'bdist_dumb',
            'bdist_rpm',
            'bdist_wininst',
+           'upload',
+
            # These two are reserved for future use:
            #'bdist_sdux',
            #'bdist_pkgtool',