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