| commit | 1633a2e3452b40d0e9bb1f15ab16cd6b90f15a19 | [log] [tgz] |
|---|---|---|
| author | Tim Peters <[email protected]> | Tue Oct 30 05:56:40 2001 +0000 |
| committer | Tim Peters <[email protected]> | Tue Oct 30 05:56:40 2001 +0000 |
| tree | 0575e38da29c8d788fe38568886b11cb19d6eb99 | |
| parent | 003047a5f2e1566f70dc2f001c0f43e8059c02e3 [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/os.py b/Lib/os.py index e13c2f9..bf31ddc 100644 --- a/Lib/os.py +++ b/Lib/os.py
@@ -362,7 +362,7 @@ 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 @@ def __delitem__(self, key): unsetenv(key) del self.data[key] - + environ = _Environ(environ)