From 448750198d4c5a935620f51f1fa752c74db78d2d Mon Sep 17 00:00:00 2001 From: Danilo Freitas Date: Tue, 11 Aug 2009 13:02:46 -0300 Subject: [PATCH] small fix --- Cython/Compiler/PyrexTypes.py | 2 -- 1 file changed, 2 deletions(-) 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: -- 2.26.2