tests: remove python2 compatibility

This commit is contained in:
tobtoht 2024-10-23 14:09:59 +02:00
parent 893916ad09
commit 484ece1c08
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
28 changed files with 7 additions and 37 deletions

View file

@ -1,9 +1,8 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Simulate a maximal block attack on the Monero network
# This uses the scheme proposed by ArticMine
# Written by Sarang Nother
# Copyright (c) 2019-2024, The Monero Project
from __future__ import print_function
import sys
import math

View file

@ -1,6 +1,5 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import print_function
import sys
import subprocess