Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 041fb34

Browse files
author
Tarek Ziadé
committed
Merged revisions 70003 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r70003 | tarek.ziade | 2009-02-27 00:44:00 +0100 (Fri, 27 Feb 2009) | 1 line removed unused import ........
1 parent 2f060fb commit 041fb34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/distutils/command/build_ext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__revision__ = "$Id$"
88

99
import sys, os, re
10-
from site import USER_BASE, USER_SITE
10+
from site import USER_BASE
1111
from distutils.core import Command
1212
from distutils.errors import *
1313
from distutils.sysconfig import customize_compiler, get_python_version

0 commit comments

Comments
 (0)