X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fetudesetchantiersidf.git;a=blobdiff_plain;f=__init__.py;h=a6f4357283d33462453ced1f14bffc3236110e2b;hp=d10627dc2cffd85d1882613b408336f1acd11cd8;hb=2dc7e598687757147614c3b99743b77b511a7636;hpb=b4c4425e45b08da2601c4094d66f6e45a02c1cbb diff --git a/__init__.py b/__init__.py index d10627d..a6f4357 100644 --- a/__init__.py +++ b/__init__.py @@ -3,15 +3,15 @@ # # etudesetchantiersidf module for OpenERP, Custom module for Étude et # Chantiers île-de-France -# Copyright (C) 2014 etudesetchantiersidf +# Copyright (C) 2014-2015 etudesetchantiersidf # () # # 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: