Commit 699f562608673f44a902cd2ada87ba20586c7a5b

Authored by Erickson Silva
1 parent 5f01182f
Exists in master and in 1 other branch devel

Adiciona import do os.environ

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/AplicaRegras.py
... ... @@ -10,6 +10,7 @@ import platform
10 10 import re
11 11 import xml.etree.ElementTree as ET
12 12 from os.path import expanduser
  13 +from os import environ
13 14 from collections import deque
14 15 from LerDicionarios import *
15 16 from Iterator import *
... ...