Hello!
When trying to get started with the API, right from the beginning there is a syntax error when trying to import the library (from elibom.Client import *).
elibom/Client.py", line 216
print json.dumps(jsonObj, sort_keys=True, indent=4, separators=(',', ': '))
^
SyntaxError: invalid syntax
It looks like the syntax has not been updated for Python3?
Hello!
When trying to get started with the API, right from the beginning there is a syntax error when trying to import the library (from elibom.Client import *).
It looks like the syntax has not been updated for Python3?