diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-25 00:12:32 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-25 00:12:32 +0300 |
| commit | 1746f3caf7a6a71c04f79da2b89c888cb5daadec (patch) | |
| tree | fa89c019c899f4ee4c3f8d8abfe0c9db37c53f1c /extension.py | |
| parent | 905adfca47183d923e35135c4795a3b0439c6104 (diff) | |
| download | python-setuptools-git-1746f3caf7a6a71c04f79da2b89c888cb5daadec.tar.gz | |
Removed unused imports.
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 7efbb74f..c507da36 100644 --- a/extension.py +++ b/extension.py @@ -4,7 +4,6 @@ Provides the Extension class, used to describe C/C++ extension modules in setup scripts.""" import os -import sys import warnings # This class is really only used by the "build_ext" command, so it might |
