projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b991cc1
)
moresetuptools.py : rename import Version => this_version
author
Martin Hermant
<martin.hermant@gmail.com>
Mon, 13 Mar 2017 21:37:30 +0000
(22:37 +0100)
committer
Martin Hermant
<martin.hermant@gmail.com>
Mon, 13 Mar 2017 21:37:30 +0000
(22:37 +0100)
python/lib/moresetuptools.py
patch
|
blob
|
history
diff --git
a/python/lib/moresetuptools.py
b/python/lib/moresetuptools.py
index
17dc78c
..
6063f5f
100644
(file)
--- 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
V
ersion import get_aubio_version
+from
this_v
ersion import get_aubio_version
# inspired from https://gist.github.com/abergmeier/9488990
def add_packages(packages, ext=None, **kw):