shithub: aubio

Download patch

ref: f77820df62716ea1c5edb481673247ec26e0401b
parent: b991cc11f13156bef9e063ab1302ade0d6dda460
author: Martin Hermant <martin.hermant@gmail.com>
date: Mon Mar 13 18:37:30 EDT 2017

moresetuptools.py : rename import Version => this_version

--- a/python/lib/moresetuptools.py
+++ b/python/lib/moresetuptools.py
@@ -4,7 +4,7 @@
 import distutils, distutils.command.clean, distutils.dir_util
 from .gen_external import generate_external, header, output_path
 
-from Version import get_aubio_version
+from this_version import get_aubio_version
 
 # inspired from https://gist.github.com/abergmeier/9488990
 def add_packages(packages, ext=None, **kw):