mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-27 15:28:49 +02:00
Merge #8270: Tests: Use portable #! in python scripts (/usr/bin/env)
7b01ce2Favour python over python2 as per PR #7723 (Matthew King)873e81fUse portable #! in python scripts (/usr/bin/env) (Matthew King)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
'''
|
||||
Extract _("...") strings for translation and convert to Qt stringdefs so that
|
||||
they can be picked up by Qt linguist.
|
||||
|
||||
Reference in New Issue
Block a user