[Distutils] Error in -h help option

Bastian Kleineidam calvin@cs.uni-sb.de
Thu, 6 Apr 2000 02:01:13 +0200 (CEST)


Here is a patch:

*** distutils.orig/distutils/dist.py    Thu Apr  6 01:50:27 2000
--- distutils.patched/distutils/dist.py Thu Apr  6 01:50:09 2000
***************
*** 185,190 ****
--- 185,191 ----

          # late import because of mutual dependence between these classes
          from distutils.cmd import Command
+         from distutils.core import usage


          # We have to parse the command line a bit at a time -- global


Bastian Kleineidam