[Python-checkins] python/dist/src/Lib/distutils/command __init__.py,1.17,1.18

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Mon, 03 Mar 2003 10:37:19 -0800


Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory sc8-pr-cvs1:/tmp/cvs-serv17894

Modified Files:
	__init__.py 
Log Message:
[Bug #69389] List register command in __all__, so setup.py --help-commands will now list it

Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/__init__.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** __init__.py	19 Nov 2002 13:12:27 -0000	1.17
--- __init__.py	3 Mar 2003 18:37:16 -0000	1.18
***************
*** 20,23 ****
--- 20,24 ----
             'install_data',
             'sdist',
+            'register',
             'bdist',
             'bdist_dumb',