SF patch #834015: Remove imports of unused modules

(Contributed by George Yoshida.)
This commit is contained in:
Raymond Hettinger 2003-11-02 09:47:05 +00:00
parent dc113a8a06
commit cc523fc53d
5 changed files with 8 additions and 13 deletions

View file

@ -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