pySmithPlot icon indicating copy to clipboard operation
pySmithPlot copied to clipboard

python2 compatibility fixes

Open thliebig opened this issue 7 years ago • 0 comments

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

thliebig avatar May 28 '18 14:05 thliebig