From 93c61331d4cd9f0de3a56af21fd2d2748edecb0b Mon Sep 17 00:00:00 2001 From: Erickson Silva Date: Mon, 11 May 2015 10:08:58 -0300 Subject: [PATCH] Substitui 'return' para 'print' no main do PortGlosa --- src/PortGlosa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PortGlosa.py b/src/PortGlosa.py index bdc82a3..4f09626 100644 --- a/src/PortGlosa.py +++ b/src/PortGlosa.py @@ -79,4 +79,4 @@ def ajuda(): if __name__ == '__main__': texto = sys.argv[1] glosa = traduzir(texto) - sys.exit(glosa) \ No newline at end of file + print glosa \ No newline at end of file -- libgit2 0.21.2