forrestbao / pyeeg

Python + EEG/MEG = PyEEG
GNU General Public License v3.0
241 stars 85 forks source link

Python3 compatibility, PEP8 formatting #10

Closed bnaul closed 8 years ago

bnaul commented 8 years ago

Currently the module can't be imported under Python3, but the only reason is printing syntax; this updates the syntax to now be compatible with both 2 and 3. I also fixed some simple PEP8 violations (mostly just whitespace).