Mercurial > pyarq-presupuestos
diff Gtk/importFiebdc.py @ 22:7bd4ca56607d
bug fix: Mutable default arguments
author | Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es> |
---|---|
date | Tue, 30 Sep 2014 17:16:50 +0200 |
parents | 60bc5117926c |
children | 65e7ae0d0e63 |
line wrap: on
line diff
--- a/Gtk/importFiebdc.py Sun Sep 14 17:23:02 2014 +0200 +++ b/Gtk/importFiebdc.py Tue Sep 30 17:16:50 2014 +0200 @@ -3,7 +3,7 @@ ## File importFiebdc.py ## This file is part of pyArq-Presupuestos. ## -## Copyright (C) 2010 Miguel Ángel Bárcena Rodríguez +## Copyright (C) 2010-2014 Miguel Ángel Bárcena Rodríguez ## <miguelangel@obraencurso.es> ## ## pyArq-Presupuestos is free software: you can redistribute it and/or modify @@ -387,10 +387,10 @@ isCanceled(self) """ - def __init__(self, page, mainWindow, - readFileMethod, budget, filename, cancelMethod, filetype): - """def __init__(self, page, mainWindow, - readFileMethod, budget, filename, cancelMethod) + def __init__(self, page, mainWindow, readFileMethod, budget, + filename, cancelMethod, filetype): + """def __init__(page, mainWindow, readFileMethod, budget, + filename, cancelMethod, filetype) page: The page instance that launch the thread mainWindow: gui.Mainwindow object