ADD: Source header for req src

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