From 901f79394b682a48a6ee74e7242c59b846c73cb9 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 28 Aug 2013 21:26:48 +0200 Subject: [PATCH] remove unnecessary imports --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4b43588..be79cc2 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,7 @@ try: from setuptools import setup, Extension except ImportError: from distutils.core import setup, Extension -from distutils.sysconfig import get_python_lib -import os, os.path +import os import sys try: -- 2.7.4