Make tsplot python2/python3 compatible. (#624)
* Use python3 version of print. * Use dict update method instead of item concatenation, as in Python3 dict.items() no longer returns a list.
Please register or sign in to comment
* Use python3 version of print. * Use dict update method instead of item concatenation, as in Python3 dict.items() no longer returns a list.