File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11env
22.DS_Store
3+ axelrod.log
Original file line number Diff line number Diff line change 1616Results
1717=======
1818
19- This repository contains Python (2.7) code that reproduces the
19+ This repository contains Python code that reproduces the
2020tournament. To run the tournament, you simply need to:
2121
2222::
Original file line number Diff line number Diff line change 55The code for strategies is present in `axelrod/strategies`.
66"""
77
8- from __future__ import division
8+
99import argparse
1010from axelrod import run_tournaments , setup_logging
1111
@@ -106,7 +106,7 @@ if __name__ == "__main__":
106106 args .exclude_ordinary ,
107107 args .exclude_cheating ,
108108 args .exclude_combined ]):
109- print "You've excluded everything - nothing for me to do"
109+ print ( "You've excluded everything - nothing for me to do" )
110110 else :
111111 setup_logging (args .logging_destination , args .verbosity )
112112 # Unravel argparse Namespace object to python keyword arguments.
You can’t perform that action at this time.
0 commit comments