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

@ -46,7 +46,6 @@ Sample use, programmatically
"""
import linecache
import marshal
import os
import re
import sys