Thorsten Liebig

Results 1 issues of Thorsten Liebig

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)...