removed unused import

This commit is contained in:
Tarek Ziadé 2009-02-26 23:44:00 +00:00
parent cdb4e6248b
commit b5fc89ee57
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ __revision__ = "$Id$"
import sys, os, string, re
from types import *
from site import USER_BASE, USER_SITE
from site import USER_BASE
from distutils.core import Command
from distutils.errors import *
from distutils.sysconfig import customize_compiler, get_python_version