aboutsummaryrefslogtreecommitdiff
path: root/tests/block_weight/block_weight.py
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-02-27 20:57:07 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-03-07 16:46:02 +0000
commitfa43b547804496ea2bd7ad42893708f97b4f442c (patch)
treedc039c1f06506c1f3f11e5e25a052e66baaf301f /tests/block_weight/block_weight.py
parentMerge pull request #4852 (diff)
downloadmonero-fa43b547804496ea2bd7ad42893708f97b4f442c.tar.xz
tests: handle any cmake detected python interpreter
Diffstat (limited to 'tests/block_weight/block_weight.py')
-rwxr-xr-xtests/block_weight/block_weight.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/block_weight/block_weight.py b/tests/block_weight/block_weight.py
index 06aaabb02..d6fd494e3 100755
--- a/tests/block_weight/block_weight.py
+++ b/tests/block_weight/block_weight.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Simulate a maximal block attack on the Monero network
# This uses the scheme proposed by ArticMine
# Written by Sarang Nother