diff options
author | Raymond Hettinger <python@rcn.com> | 2003-11-02 09:47:05 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-11-02 09:47:05 (GMT) |
commit | cc523fc53dd81cc166c99fa632cba204f5a14849 (patch) | |
tree | 83b77aefac97b4d166689c214db072f643809302 /Lib/posixpath.py | |
parent | dc113a8a06668c652895f6745808b1b04cbfc103 (diff) | |
download | cpython-cc523fc53dd81cc166c99fa632cba204f5a14849.zip cpython-cc523fc53dd81cc166c99fa632cba204f5a14849.tar.gz cpython-cc523fc53dd81cc166c99fa632cba204f5a14849.tar.bz2 |
SF patch #834015: Remove imports of unused modules
(Contributed by George Yoshida.)
Diffstat (limited to 'Lib/posixpath.py')
-rw-r--r-- | Lib/posixpath.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/posixpath.py b/Lib/posixpath.py index 58e8eed..7f907ef 100644 --- a/Lib/posixpath.py +++ b/Lib/posixpath.py @@ -10,7 +10,6 @@ Some of this can actually be useful on non-Posix systems too, e.g. for manipulation of the pathname component of URLs. """ -import sys import os import stat |