varlink / python

Python implementation of the Varlink protocol
https://varlink.org/python/
Apache License 2.0
43 stars 8 forks source link

Support python3.4 where json.loads() only supports str #8

Closed jwhonce closed 6 years ago

jwhonce commented 6 years ago

Code passes certification tests using python 3.4

Fixes: #7

Signed-off-by: Jhon Honce jhonce@redhat.com

haraldh commented 6 years ago

Hmm... https://travis-ci.org/varlink/python/jobs/383553089 investigating..

haraldh commented 6 years ago

All issues resolved and python-3.4 is activated in the travis CI