aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/command/install.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-10-14 04:06:40 +0000
committerGreg Ward <gward@python.net>2000-10-14 04:06:40 +0000
commitfa9ff76aae32ecaae6b5409a410c10ff12116732 (patch)
treef5a19253ee0f6cc1e904bf1b0138b4c2ef1493c3 /Lib/distutils/command/install.py
parent4cd6f2ab807e0f3a23a059a407a08c5edad6bb98 (diff)
downloadcpython-fa9ff76aae32ecaae6b5409a410c10ff12116732.tar.gz
cpython-fa9ff76aae32ecaae6b5409a410c10ff12116732.zip
Untabified.
Diffstat (limited to 'Lib/distutils/command/install.py')
-rw-r--r--Lib/distutils/command/install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/install.py b/Lib/distutils/command/install.py
index 012b9f45778..6aee1b35d9f 100644
--- a/Lib/distutils/command/install.py
+++ b/Lib/distutils/command/install.py
@@ -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