We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d06f3 commit c65a0bdCopy full SHA for c65a0bd
run_axelrod
@@ -5,7 +5,7 @@
5
The code for strategies is present in `axelrod/strategies`.
6
"""
7
8
-from __future__ import division
+
9
import argparse
10
from axelrod import run_tournaments, setup_logging
11
@@ -106,7 +106,7 @@ if __name__ == "__main__":
106
args.exclude_ordinary,
107
args.exclude_cheating,
108
args.exclude_combined]):
109
- print "You've excluded everything - nothing for me to do"
+ print("You've excluded everything - nothing for me to do")
110
else:
111
setup_logging(args.logging_destination, args.verbosity)
112
# Unravel argparse Namespace object to python keyword arguments.
0 commit comments