pySmithPlot
pySmithPlot copied to clipboard
python2 compatibility fixes
Some python 2.x compatibility fixes:
- initialized keyword(s) not allowed after *args in python2.x, use general **kw instead
- Ohm signs and other are unicode only, use unicode_literals (and others) from future module