philrosenfield / match

Python utilities for processing and plotting input and output from Andy Dolphin's MATCH
MIT License
4 stars 1 forks source link

Python3 compatibility #5

Open dweisz opened 9 years ago

dweisz commented 9 years ago

Currently, most scripts here are not compatible with Python3.

"from future import absolute_import "

does not solve this.

For now, use python 2.xx.

philrosenfield commented 8 years ago

All functions in scripts folder are Py3.5 compatible.