Fix flake8 error.

Github's online editor is bad...
This commit is contained in:
INADA Naoki 2014-06-07 12:20:42 +09:00
parent c2b3e08270
commit 4950c7685c
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ def move_wheel_files(name, req, wheeldir, user=False, home=None, root=None,
clobber(source, dest, False, fixer=fixer, filter=filter)
maker = ScriptMaker(None, scheme['scripts'])
# Ensure old scripts are overwritten.
# See https://github.com/pypa/pip/issues/1800
maker.clobber = True