summaryrefslogtreecommitdiff
path: root/command/__init__.py
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-04-11 15:00:43 +0000
committerTarek Ziadé <ziade.tarek@gmail.com>2009-04-11 15:00:43 +0000
commit416e5b55de1ffbdb2ced47b9655e3f8facdc299d (patch)
tree85ef44666dd26812602ee61959eeb7dca6df856c /command/__init__.py
parent8723e53f8dcb017b1c6e0d84ced060fdcb336cb2 (diff)
downloadpython-setuptools-git-416e5b55de1ffbdb2ced47b9655e3f8facdc299d.tar.gz
Merged revisions 71473 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71473 | tarek.ziade | 2009-04-11 16:55:07 +0200 (Sat, 11 Apr 2009) | 1 line #5732: added the check command into Distutils ........
Diffstat (limited to 'command/__init__.py')
-rw-r--r--command/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/command/__init__.py b/command/__init__.py
index add83f87..f7dcde48 100644
--- a/command/__init__.py
+++ b/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',