Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5c6bd commit 7d508feCopy full SHA for 7d508fe
1 file changed
Lib/distutils/dist.py
@@ -183,9 +183,9 @@ def parse_command_line (self, args):
183
commands (currently, this only happens if user asks for
184
help)."""
185
186
- # late import because of mutual dependence between these classes
+ # late import because of mutual dependence between these modules
187
from distutils.cmd import Command
188
-
+ from distutils.core import usage
189
190
# We have to parse the command line a bit at a time -- global
191
# options, then the first command, then its options, and so on --
0 commit comments