ctjacobs/pyqso

Backport python2 , for use hamlib

gaionim opened this issue · 1 comments

For using hamlib I must run python2,
Seems only some lib import and name change.
See attach, seems to work for me.
Warning !!! little tested

patch.zip

Thanks for the patch. After reading some documentation on porting, I think this is fine. I've changed the except blocks to except ImportError.