From 421bad961106fd8353980708487b4fdfff802731 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 30 Mar 2014 13:04:17 +0100 Subject: Simplify comment not to repeat the obvious implication of the 'if' test. --HG-- extra : amend_source : c92063405d99e7fdb7fe0a6312fa8438c3727c2f --- setuptools/command/install.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'setuptools/command/install.py') diff --git a/setuptools/command/install.py b/setuptools/command/install.py index 3e6ba427..05a25c26 100644 --- a/setuptools/command/install.py +++ b/setuptools/command/install.py @@ -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() -- cgit v1.2.1