From 713ae4a957ef6bc3ad38a1fe14e032f6be6f7c23 Mon Sep 17 00:00:00 2001 From: "Sparrow.jang" Date: Fri, 24 Jul 2015 22:40:24 +0800 Subject: [PATCH] added a utf8 declaration to fix #1011 issue --- modules/swagger-codegen/src/main/resources/python/setup.mustache | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/swagger-codegen/src/main/resources/python/setup.mustache b/modules/swagger-codegen/src/main/resources/python/setup.mustache index 9adc4e00f62..9c19e413e9c 100644 --- a/modules/swagger-codegen/src/main/resources/python/setup.mustache +++ b/modules/swagger-codegen/src/main/resources/python/setup.mustache @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import sys from setuptools import setup, find_packages