mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-16 07:06:43 +00:00
setup.py: use python3-safe print() call
This commit is contained in:
parent
3aac5aa577
commit
2a44a8e8cc
2
setup.py
2
setup.py
@ -231,7 +231,7 @@ class PleaseUseTox(Command):
|
||||
pass
|
||||
|
||||
def run(self):
|
||||
print "ERROR: Please use 'tox' to run the test suite."
|
||||
print("ERROR: Please use 'tox' to run the test suite.")
|
||||
sys.exit(1)
|
||||
|
||||
setup_args = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user