puolival/multipy

Python 3 support: using xrange

MadsJensen opened this issue · 1 comments

Hi,
I can see you are using "xrange" in the fdr.py. xrange is not supported in python 3 and throws an error :)

Thanks for pointing this out! I'll fix the issue and check if it is also used elsewhere.