From: Danilo Freitas Date: Tue, 11 Aug 2009 16:02:46 +0000 (-0300) Subject: small fix X-Git-Tag: 0.13.beta0~353^2~53 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=448750198d4c5a935620f51f1fa752c74db78d2d;p=cython.git small fix --- diff --git a/Cython/Compiler/PyrexTypes.py b/Cython/Compiler/PyrexTypes.py index 103e7524..446d5b4e 100755 --- a/Cython/Compiler/PyrexTypes.py +++ b/Cython/Compiler/PyrexTypes.py @@ -1398,10 +1398,8 @@ class CppClassType(CType): if self.templates: templates = "<" for i in range(len(self.templates)-1): - templates += "class " templates += self.templates[i] templates += ',' - templates += "class " templates += self.templates[-1] templates += ">" if for_display or pyrex: