Skip to content

Commit fd06f4b

Browse files
committed
Merge pull request #314 from natural-law/v3
Solve the error when using Chinese output.
2 parents e88075a + f2797ff commit fd06f4b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

plugins/plugin_compile/project_compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class CCPluginCompile(cocos.CCPlugin):
5252

5353
@staticmethod
5454
def plugin_name():
55-
return "compile"
55+
return "compile"
5656

5757
@staticmethod
5858
def brief_description():

plugins/plugin_new/project_new.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
'''
1010
"new" plugin for cocos command line tool
1111
'''
12-
from __future__ import print_function
13-
from __future__ import unicode_literals
14-
1512
__docformat__ = 'restructuredtext'
1613

1714
# python

0 commit comments

Comments
 (0)