Kaydet (Commit) 7d508fe5 authored tarafından Greg Ward's avatar Greg Ward

Add missing import of 'usage' string.

üst 6d5c6bdb
......@@ -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 --
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment