zwdzwd / transvar

TransVar - multiway annotator for precision medicine
Other
115 stars 34 forks source link

Add Python 3 compatibility. Mostly by runing 2to3 and replacing '/' w… #11

Closed ostrokach closed 7 years ago

ostrokach commented 7 years ago

Add Python 3 compatibility. Mostly by runing 2to3 and replacing / with // and adding from __future__ import division to imports.

zwdzwd commented 7 years ago

Thanks Alexey, this is great. I put a couple of more edit to support both py3 and py2.