dogecoin/share/qt
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
..
extract_strings_qt.py build: python 3 compatibility 2016-03-29 17:20:16 +02:00
Info.plist.in Set copyright holders displayed in notices separately from the package name 2015-12-22 12:29:18 +00:00
protobuf.pri Payment Protocol: X509-validated payment requests 2013-08-22 16:18:25 +10:00