From 30e94dc33fc1ecf043f49875e0603a2dc6eacc1b Mon Sep 17 00:00:00 2001 From: Danimar Ribeiro Date: Wed, 26 Aug 2015 16:15:17 -0300 Subject: [PATCH] Corrigindo sintaxe do super --- sped/ecd/blocos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sped/ecd/blocos.py b/sped/ecd/blocos.py index 9f150fc..444bccb 100644 --- a/sped/ecd/blocos.py +++ b/sped/ecd/blocos.py @@ -20,7 +20,7 @@ class Bloco0(Bloco): @property def fechamento(self): - registro = Bloco.fechamento.fget(self) + registro = super(Bloco0, self).fechamento registro[2] += 1 return registro