FIX: client-lib key to be consistent

This commit is contained in:
Chris Lee
2015-05-21 17:07:53 -04:00
parent e7386ca3eb
commit 257334020e
+1 -1
View File
@@ -1,6 +1,6 @@
from functools import partial
JSON_HEADERS = {'Content-type': 'application/json', 'Accept': 'text/plain', 'Source': 'python'}
JSON_HEADERS = {'Content-type': 'application/json', 'Accept': 'text/plain', 'client-lib': 'python'}
Version, version, __version__, VERSION = ('0.5.3',) * 4