mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Whitespace normalization.
This commit is contained in:
parent
b0ead4ea4a
commit
230a60c6ec
7 changed files with 27 additions and 28 deletions
|
@ -94,7 +94,7 @@ del dir, dircase, L
|
|||
# (especially for Guido :-)
|
||||
# XXX This should not be part of site.py, since it is needed even when
|
||||
# using the -S option for Python. See http://www.python.org/sf/586680
|
||||
if (os.name == "posix" and sys.path and
|
||||
if (os.name == "posix" and sys.path and
|
||||
os.path.basename(sys.path[-1]) == "Modules"):
|
||||
from distutils.util import get_platform
|
||||
s = "build/lib.%s-%.3s" % (get_platform(), sys.version)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue