From 5ebd888b31acee440317cf91d1656965f80081c5 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Fri, 14 Mar 2014 21:39:43 -0300 Subject: [PATCH] =?utf8?q?Contribuinte=20s=C3=B3=20=C3=A9=20necess=C3=A1ri?= =?utf8?q?o=20em=20outros=20m=C3=B3dulos=20para=20testes.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/bens.py | 2 +- src/rendimentoPJ.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bens.py b/src/bens.py index d70ea33..edb57b8 100644 --- a/src/bens.py +++ b/src/bens.py @@ -16,7 +16,6 @@ # along with this program. If not, see . # -*- mode: python; encoding: utf-8; -*- import xml.dom.minidom -from contribuinte import Contribuinte class Bem: def __init__(self, el): @@ -56,6 +55,7 @@ class Bens: if __name__ == '__main__': import sys + from contribuinte import Contribuinte contribuinte = Contribuinte(sys.argv[1]) bens = Bens(contribuinte) diff --git a/src/rendimentoPJ.py b/src/rendimentoPJ.py index b3958c1..54a5492 100644 --- a/src/rendimentoPJ.py +++ b/src/rendimentoPJ.py @@ -16,7 +16,6 @@ # along with this program. If not, see . # -*- mode: python; encoding: utf-8; -*- import xml.dom.minidom -from contribuinte import Contribuinte class RendimentoPJ: def __init__(self, el = None): @@ -73,6 +72,7 @@ class RendimentosPJ: if __name__ == '__main__': import sys + from contribuinte import Contribuinte contribuinte = Contribuinte(sys.argv[1]) rendimentos = RendimentosPJ(contribuinte) -- 2.20.1