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

@ -17,7 +17,7 @@ the "typical" Unix-style command-line C compiler:
__revision__ = "$Id$"
import string, re, os, sys
import os, sys
from types import *
from copy import copy
from distutils import sysconfig