X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fetudesetchantiersidf.git;a=blobdiff_plain;f=__init__.py;fp=__init__.py;h=a6f4357283d33462453ced1f14bffc3236110e2b;hp=f6eefa1fa0837b6f453d5978bf7637229269faca;hb=27da42444afa9508c4b12318645f651440a1d0d7;hpb=6837743e94c331def4cb594988ad4d98c5796bd5 diff --git a/__init__.py b/__init__.py index f6eefa1..a6f4357 100644 --- a/__init__.py +++ b/__init__.py @@ -8,10 +8,10 @@ # # This file is a part of etudesetchantiersidf # -# etudesetchantiersidf is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# etudesetchantiersidf is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, or (at +# your option) any later version. # # etudesetchantiersidf is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -23,4 +23,7 @@ # ############################################################################## +import etudesetchantiersidf +import account + # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: