Remove unused imports

This commit is contained in:
Jeremy Hylton 2002-06-04 21:00:33 +00:00
parent 11a52708f7
commit fc861bab92
2 changed files with 0 additions and 2 deletions

View file

@ -8,7 +8,6 @@ distributions)."""
import os, string, sys, pwd, grp
from types import *
from distutils.core import Command, DEBUG
from distutils.util import get_platform
from distutils.file_util import write_file
from distutils.errors import *