Whitespace normalization.

This commit is contained in:
Tim Peters 2001-10-30 05:56:40 +00:00
parent 003047a5f2
commit 1633a2e345
4 changed files with 5 additions and 5 deletions

View file

@ -362,7 +362,7 @@ else:
import UserDict
# Fake unsetenv() for Windows
# not sure about os2 and dos here but
# not sure about os2 and dos here but
# I'm guessing they are the same.
if name in ('os2', 'nt', 'dos'):
@ -421,7 +421,7 @@ else:
def __delitem__(self, key):
unsetenv(key)
del self.data[key]
environ = _Environ(environ)