mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Untabified.
This commit is contained in:
parent
4cd6f2ab80
commit
fa9ff76aae
8 changed files with 14 additions and 14 deletions
|
@ -498,7 +498,7 @@ class install (Command):
|
|||
self.record)
|
||||
|
||||
sys_path = map(os.path.normpath, sys.path)
|
||||
sys_path = map(os.path.normcase, sys_path)
|
||||
sys_path = map(os.path.normcase, sys_path)
|
||||
install_lib = os.path.normcase(os.path.normpath(self.install_lib))
|
||||
if (self.warn_dir and
|
||||
not (self.path_file and self.install_path_file) and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue