Changeset 517
- Timestamp:
- 09/16/08 14:14:30 (5 years ago)
- File:
-
- 1 edited
-
trunk/papywizard/controller/abstractController.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/papywizard/controller/abstractController.py
r508 r517 7 7 8 8 - B{papywizard} (U{http://trac.gbiloba.org/papywizard}) is Copyright: 9 - (C) 2007-2008 Fr édéric Mantegazza9 - (C) 2007-2008 Frᅵdᅵric Mantegazza 10 10 11 11 This software is governed by the B{CeCILL} license under French law and … … 45 45 - AbstractController 46 46 47 @author: Fr édéric Mantegazza48 @copyright: (C) 2007-2008 Fr édéric Mantegazza47 @author: Frᅵdᅵric Mantegazza 48 @copyright: (C) 2007-2008 Frᅵdᅵric Mantegazza 49 49 @license: CeCILL 50 50 """ … … 105 105 """ Run the dialog. 106 106 """ 107 self.dialog.run()107 return self.dialog.run() 108 108 109 109 def destroyView(self):
Note: See TracChangeset
for help on using the changeset viewer.
