X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fetudesetchantiersidf.git;a=blobdiff_plain;f=__init__.py;h=375f81393461fe85117d16f5c026f2ede84a1d9c;hp=f6eefa1fa0837b6f453d5978bf7637229269faca;hb=3f979de69f55f9040a932e7c87b77bfc769d4a58;hpb=aef09bc9039f56d2ac2fd7501fd69a6a2f325d75 diff --git a/__init__.py b/__init__.py index f6eefa1..375f813 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-2015 etudesetchantiersidf +# Copyright (C) 2014-2018 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,8 @@ # ############################################################################## +import etudesetchantiersidf +import account +import wizard + # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: