Mercurial > pyarq-presupuestos
diff Generic/fiebdc.py @ 6:2fc6b47dbe70
rename module globals to globalVars
author | Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es> |
---|---|
date | Sat, 06 Nov 2010 22:33:32 +0100 |
parents | 6502bfdaa84d |
children | 0359329a1c26 |
line wrap: on
line diff
--- a/Generic/fiebdc.py Sat Nov 06 21:30:33 2010 +0100 +++ b/Generic/fiebdc.py Sat Nov 06 22:33:32 2010 +0100 @@ -30,7 +30,7 @@ # pyArq-Presupuestos modules import base from Generic import utils -from Generic import globals +from Generic import globalVars class Read(object): """fiebdc.Read: @@ -94,7 +94,7 @@ "850" : "850", "437" : "cp437"} self.__file_format = "FIEBDC-3/2007" - self.__generator = globals.version + self.__generator = globalVars.version self.__character_set = "850" self.__pattern = { "control_tilde" : re.compile("((\r\n)| |\t)+~"),