Mercurial > pyarq-presupuestos
comparison Generic/__init__.py @ 1:2ac1551ad2ab version 0.0.0
add code
| author | Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es> |
|---|---|
| date | Sun, 31 Oct 2010 20:07:33 +0100 |
| parents | |
| children | 2fc6b47dbe70 |
comparison
equal
deleted
inserted
replaced
| 0:a1703c4f2990 | 1:2ac1551ad2ab |
|---|---|
| 1 # -*- coding: utf-8 -*- | |
| 2 ## | |
| 3 ## This file is part of pyArq-Presupuestos. | |
| 4 ## | |
| 5 ## Copyright (C) 2010 Miguel Ángel Bárcena Rodríguez | |
| 6 ## <miguelangel@obraencurso.es> | |
| 7 ## | |
| 8 ## pyArq-Presupuestos is free software: you can redistribute it and/or modify | |
| 9 ## it under the terms of the GNU General Public License as published by | |
| 10 ## the Free Software Foundation, either version 3 of the License, or | |
| 11 ## (at your option) any later version. | |
| 12 ## | |
| 13 ## pyArq-Presupuestos is distributed in the hope that it will be useful, | |
| 14 ## but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 15 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 16 ## GNU General Public License for more details. | |
| 17 ## | |
| 18 ## You should have received a copy of the GNU General Public License | |
| 19 ## along with this program. If not, see <http://www.gnu.org/licenses/>. | |
| 20 # | |
| 21 # define __all__ so 'from Generic import *' works | |
| 22 # | |
| 23 __all__ = [ | |
| 24 'base', | |
| 25 'config', | |
| 26 'durusdatabase', | |
| 27 'fiebdc', | |
| 28 'globals', | |
| 29 'openwith', | |
| 30 'utils', | |
| 31 ] |
