Fixed #3987 : removed unused import

This commit is contained in:
Tarek Ziadé 2009-02-06 08:20:15 +00:00
parent a96a94af50
commit c5ed5ba585
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ really defined in distutils.dist and distutils.cmd.
__revision__ = "$Id$"
import sys, os
from types import *
from distutils.debug import DEBUG
from distutils.errors import *