From: Greg Ward Date: Fri, 31 Mar 2000 03:14:51 +0000 (+0000) Subject: Added 'bdist' and 'bdist_dumb'. X-Git-Tag: v1.6a1~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6148c2cfa67078c1d77ba46a8d145cc29d0fed5d;p=python Added 'bdist' and 'bdist_dumb'. --- diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py index b7973c6142..385330b5e0 100644 --- a/Lib/distutils/command/__init__.py +++ b/Lib/distutils/command/__init__.py @@ -13,4 +13,6 @@ __all__ = ['build', 'install_lib', 'clean', 'sdist', + 'bdist', + 'bdist_dumb', ]