diff options
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 |