diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-07-07 20:54:48 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-07-07 20:54:48 (GMT) |
commit | 4e0e1b6a540e664e89739456db4c706701bf062b (patch) | |
tree | 6a144e54fe6f0055d6e412181df0bbad458f8b10 /Lib/site.py | |
parent | b7e898a0e2a8d4077cbabeada039200fde5ada60 (diff) | |
download | cpython-4e0e1b6a540e664e89739456db4c706701bf062b.zip cpython-4e0e1b6a540e664e89739456db4c706701bf062b.tar.gz cpython-4e0e1b6a540e664e89739456db4c706701bf062b.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/site.py')
-rw-r--r-- | Lib/site.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/site.py b/Lib/site.py index 348938b..a5fce06 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -210,7 +210,7 @@ def setBEGINLIBPATH(): The library search path needs to be amended so these will be found during module import. Use BEGINLIBPATH so that these are at the start of the library search path. - + """ dllpath = os.path.join(sys.prefix, "Lib", "lib-dynload") libpath = os.environ['BEGINLIBPATH'].split(';') |