From 8ef4c4401e3fac538b77e8242f87548c1783aba4 Mon Sep 17 00:00:00 2001 From: geekerzp Date: Wed, 3 Jun 2015 10:50:32 +0800 Subject: [PATCH] updated rest.mustache of python client --- .../swagger-codegen/src/main/resources/python/rest.mustache | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/swagger-codegen/src/main/resources/python/rest.mustache b/modules/swagger-codegen/src/main/resources/python/rest.mustache index 44a1022906b..e7051886dcd 100644 --- a/modules/swagger-codegen/src/main/resources/python/rest.mustache +++ b/modules/swagger-codegen/src/main/resources/python/rest.mustache @@ -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