Commit 421bad96 authored by Jason R. Coombs's avatar Jason R. Coombs

Simplify comment not to repeat the obvious implication of the 'if' test.

--HG--
extra : amend_source : c92063405d99e7fdb7fe0a6312fa8438c3727c2f
parent be01e5c9
......@@ -54,9 +54,7 @@ class install(_install):
called_from_setup = self._called_from_setup(inspect.currentframe())
if not called_from_setup:
# We weren't called from the command line or setup(), so we
# should run in backward-compatibility mode to support bdist_*
# commands.
# Run in backward-compatibility mode to support bdist_* commands.
_install.run(self)
else:
self.do_egg_install()
......
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