Skip to content

Conversation

@thliebig
Copy link

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 and others added 2 commits May 28, 2018 16:46
- initialized keyword(s) not allowed after *args in python2.x
  use general **kw instead

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant