mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add missing import of 'usage' string.
This commit is contained in:
parent
6d5c6bdb25
commit
7d508fe568
1 changed files with 2 additions and 2 deletions
|
@ -183,9 +183,9 @@ class Distribution:
|
|||
commands (currently, this only happens if user asks for
|
||||
help)."""
|
||||
|
||||
# late import because of mutual dependence between these classes
|
||||
# late import because of mutual dependence between these modules
|
||||
from distutils.cmd import Command
|
||||
|
||||
from distutils.core import usage
|
||||
|
||||
# We have to parse the command line a bit at a time -- global
|
||||
# options, then the first command, then its options, and so on --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue