diff options
| author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-12-21 01:49:00 +0000 |
|---|---|---|
| committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-12-21 01:49:00 +0000 |
| commit | 9414e0ddcaa3c08782325904d0d1d890dc8fa332 (patch) | |
| tree | bdaa3333d6ea3c7bea7916d69f9dc5c06d61a96c /extension.py | |
| parent | 7553531b1974c77b2c51f9e22aaaa36eab115b39 (diff) | |
| download | python-setuptools-git-9414e0ddcaa3c08782325904d0d1d890dc8fa332.tar.gz | |
Merged revisions 76956 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76956 | tarek.ziade | 2009-12-21 02:22:46 +0100 (Mon, 21 Dec 2009) | 1 line
massive import cleaning in Distutils
........
Diffstat (limited to 'extension.py')
| -rw-r--r-- | extension.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extension.py b/extension.py index 5c07bdae..10aaf7c5 100644 --- a/extension.py +++ b/extension.py @@ -6,7 +6,6 @@ modules in setup scripts.""" __revision__ = "$Id$" import os -import sys import warnings # This class is really only used by the "build_ext" command, so it might |
