Js2Py
Js2Py copied to clipboard
fix: SyntaxWarning: "is" with a literal
fix #255
build warning is
/build/Js2Py-0.71/js2py/internals/opcodes.py:801: SyntaxWarning: "is" with a literal. Did you mean "=="?
if not issubclass(globals()[g], OP_CODE) or g is 'OP_CODE':