updated rest.mustache of python client

This commit is contained in:
geekerzp 2015-06-03 10:50:32 +08:00
parent 5fbda0e206
commit 8ef4c4401e

View File

@ -1,4 +1,10 @@
# coding: utf-8
"""
Credit: this file (rest.py) is modified based on rest.py in Dropbox Python SDK:
https://www.dropbox.com/developers/core/sdks/python
"""
import sys
import io
import json