Python2 and 3 compatibility
shashank88 opened this issue · 1 comments
shashank88 commented
When I moved the project to python3, I missed adding some backwards compatibility checks. Need to convert so it supports both python2.7+ and python3.5+
maverickjoy commented
Can we use python future package for this ? I know its not full proof but upto quite an extent solves the issue !