ln2sql icon indicating copy to clipboard operation
ln2sql copied to clipboard

Python2 and 3 compatibility

Open shashank88 opened this issue 6 years ago • 1 comments

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+

shashank88 avatar Nov 25 '17 21:11 shashank88

Can we use python future package for this ? I know its not full proof but upto quite an extent solves the issue !

maverickjoy avatar Jan 31 '18 05:01 maverickjoy