From b59377d9a31d8614e1b883f7523939c8ab271500 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 21 Oct 2013 22:21:22 -0500 Subject: remove unneeded import...whoops --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index d37b3fbb..1856cadb 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,6 @@ # implied. # See the License for the specific language governing permissions and # limitations under the License. -import sys - from setuptools import setup, find_packages -- cgit v1.2.3