dogecoin/share
Wladimir J. van der Laan 18f05c765c build: python 3 compatibility
Ubuntu 16.04 "xenial xerus" does not come with Python 2.x by default.
It is possible to install a python-2.7 package, but this has its own
problem: no `python` or `python2` symlink (see #7717).

This fixes the following scripts to work with python 3:
- `make check` (bctest,py, bitcoin-util-test.py)
- `make translate` (extract_strings_qt.py)
- `make symbols-check` (symbol-check.py)
- `make security-check` (security-check.py)

Explicitly call the python commands using $(PYTHON) instead
of relying on the interpreter line at the top of the scripts.
2016-03-29 17:20:16 +02:00
..
certs [OSX] revert renaming of Bitcoin-Qt.app 2015-06-01 15:42:34 +02:00
pixmaps [trivial] Remove obsolete pixmaps 2015-09-13 17:57:25 +02:00
qt build: python 3 compatibility 2016-03-29 17:20:16 +02:00
rpcuser [doc] Fix markdown 2016-03-01 14:35:19 +01:00
genbuild.sh build: if there's no recent git tag, don't spew error messages 2015-05-04 10:58:21 -04:00
setup.nsi.in Move PACKAGE_URL to configure.ac 2016-01-28 04:37:34 +00:00