shithub: aubio

Download patch

ref: 29693d07736a0b1b2f980e2a6818f15a88fbd7c7
parent: c9a9f8640bc74f286db859da8150d7c8e3b94d88
author: Paul Brossier <piem@piem.org>
date: Tue May 10 15:46:34 EDT 2016

python/setup.py: remove unused import

--- 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