From 29693d07736a0b1b2f980e2a6818f15a88fbd7c7 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 10 May 2016 19:46:34 +0200 Subject: [PATCH] python/setup.py: remove unused import --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 6361506e..207ed90a 100755 --- a/python/setup.py +++ b/python/setup.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -from setuptools import setup, Extension, Command +from setuptools import setup, Extension from lib.moresetuptools import CleanGenerated, GenerateCommand import sys -- 2.11.0