From: Martin Hermant Date: Mon, 13 Mar 2017 21:37:30 +0000 (+0100) Subject: moresetuptools.py : rename import Version => this_version X-Git-Tag: 0.4.5~45^2~24 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=f77820df62716ea1c5edb481673247ec26e0401b;p=aubio.git moresetuptools.py : rename import Version => this_version --- diff --git a/python/lib/moresetuptools.py b/python/lib/moresetuptools.py index 17dc78cd..6063f5f9 100644 --- a/python/lib/moresetuptools.py +++ b/python/lib/moresetuptools.py @@ -4,7 +4,7 @@ import sys, os, glob, subprocess 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):