commit | b5fc89ee57152beee7187b9e72e33ce745837116 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Thu Feb 26 23:44:00 2009 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Thu Feb 26 23:44:00 2009 +0000 |
tree | 5bc824ba10727353bb9937e1511a4f55543d50d0 | |
parent | cdb4e6248bc2e20b28a507a3395d46de43844232 [diff] |
removed unused import
diff --git a/Lib/distutils/command/build_ext.py b/Lib/distutils/command/build_ext.py index 2ed3ef6..ac0a067 100644 --- a/Lib/distutils/command/build_ext.py +++ b/Lib/distutils/command/build_ext.py
@@ -8,7 +8,7 @@ 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