Commit 3befb7a3d989179d4418e3f4cb9bd1c0aaf3323a

Authored by Erickson Silva
2 parents eef1ded0 832e7e60
Exists in master and in 1 other branch devel

Corrige path WorkCSV

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/WorkCSV.py
... ... @@ -10,7 +10,7 @@ class WorkCSV(object):
10 10  
11 11 # Define e inicializa os atributos
12 12 def __init__(self):
13   -
  13 +
14 14 self.__path = expanduser("~") + "/vlibras-translate/data/"
15 15 self.__fileInf = ''
16 16 self.__dicInf = {}
... ...