diff options
| author | Matt Corallo <[email protected]> | 2014-11-27 00:01:25 -0500 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2014-11-27 00:02:28 -0500 |
| commit | e3f315a0a5386667d38744b13dbb64d495d42376 (patch) | |
| tree | 7a30a4f7b80eb29dfd3100916082aa2af33810ec /qa/rpc-tests/python-bitcoinrpc | |
| parent | Merge pull request #5158 (diff) | |
| download | discoin-e3f315a0a5386667d38744b13dbb64d495d42376.tar.xz discoin-e3f315a0a5386667d38744b13dbb64d495d42376.zip | |
Fix python usage for arch's broken maintainers
Diffstat (limited to 'qa/rpc-tests/python-bitcoinrpc')
| -rw-r--r-- | qa/rpc-tests/python-bitcoinrpc/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/python-bitcoinrpc/setup.py b/qa/rpc-tests/python-bitcoinrpc/setup.py index b5a217bf9..43cdb1c03 100644 --- a/qa/rpc-tests/python-bitcoinrpc/setup.py +++ b/qa/rpc-tests/python-bitcoinrpc/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 from distutils.core import setup |