diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-04-16 01:38:40 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-04-16 01:38:40 +0000 |
commit | 863ac44b74cd66f7d289748816d65c65808c149b (patch) | |
tree | 8536f8a72110b9996cb9e6746b6bb4cf3cb73733 /Lib/os2emxpath.py | |
parent | c86c1b88f96ec48e5502b9b8ba5cc833f57ce476 (diff) | |
download | cpython-git-863ac44b74cd66f7d289748816d65c65808c149b.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/os2emxpath.py')
-rw-r--r-- | Lib/os2emxpath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/os2emxpath.py b/Lib/os2emxpath.py index 451fb0e9ab..55f599c4d0 100644 --- a/Lib/os2emxpath.py +++ b/Lib/os2emxpath.py @@ -1,5 +1,5 @@ # Module 'os2emxpath' -- common operations on OS/2 pathnames -"""Common pathname manipulations, OS/2 EMX version. +"""Common pathname manipulations, OS/2 EMX version. Instead of importing this module directly, import os and refer to this module as os.path. |