Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d508fe

Browse files
committed
Add missing import of 'usage' string.
1 parent 6d5c6bd commit 7d508fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/distutils/dist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ def parse_command_line (self, args):
183183
commands (currently, this only happens if user asks for
184184
help)."""
185185

186-
# late import because of mutual dependence between these classes
186+
# late import because of mutual dependence between these modules
187187
from distutils.cmd import Command
188-
188+
from distutils.core import usage
189189

190190
# We have to parse the command line a bit at a time -- global
191191
# options, then the first command, then its options, and so on --

0 commit comments

Comments
 (0)