Commit 359dcd42 authored by Jason R. Coombs's avatar Jason R. Coombs

variable name is superfluous now

parent 421bad96
......@@ -52,8 +52,7 @@ class install(_install):
if self.old_and_unmanageable or self.single_version_externally_managed:
return _install.run(self)
called_from_setup = self._called_from_setup(inspect.currentframe())
if not called_from_setup:
if not self._called_from_setup(inspect.currentframe()):
# Run in backward-compatibility mode to support bdist_* commands.
_install.run(self)
else:
......
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