Source: python-tackerclient
Version: 2.1.0-5
Severity: normal

Dear Maintainer,

On Python3, the "simplejson" library will never be used;
the "json" module from the standard library will be prefered.

Greetings

tackerclient/client.py-try:
tackerclient/client.py-    import json
tackerclient/client.py-except ImportError:
tackerclient/client.py:    import simplejson as json

Reply via email to