summaryrefslogtreecommitdiff
path: root/Lib/posixpath.py
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-11-02 09:47:05 +0000
committerRaymond Hettinger <python@rcn.com>2003-11-02 09:47:05 +0000
commit84d75be89677d3a30c89c04069b5736dcc95868f (patch)
treed05892632f64fe0095f66af775cdc5e04f950ddb /Lib/posixpath.py
parentc0f68ac924716114acffb7283d7ce83d0ac249a2 (diff)
downloadcpython-84d75be89677d3a30c89c04069b5736dcc95868f.tar.gz
SF patch #834015: Remove imports of unused modules
(Contributed by George Yoshida.)
Diffstat (limited to 'Lib/posixpath.py')
-rw-r--r--Lib/posixpath.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/posixpath.py b/Lib/posixpath.py
index 58e8eedcec..7f907ef519 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