Remove unused imports caught by pychecker

This commit is contained in:
Jeremy Hylton 2002-06-04 20:18:24 +00:00
parent cd8a1148e1
commit 332a146127
4 changed files with 2 additions and 5 deletions

View file

@ -11,7 +11,7 @@ and building lists of files.
__revision__ = "$Id$"
import sys, os, string, re
import os, string, re
import fnmatch
from types import *
from glob import glob