X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__init__.py;h=731c83f0ccd4a47a50d60b2b2115b8da0ddc0617;hb=c5b57cefb179f4b968c67fab58d8fe9bb250517b;hp=f7f42c7cce0bda801675bbe06c2af2ccba7aec82;hpb=71a35e341d20bbd8addb6c714d56c79b80704a53;p=burette%2Flhc.git diff --git a/__init__.py b/__init__.py index f7f42c7..731c83f 100644 --- a/__init__.py +++ b/__init__.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- ############################################################################## # -# lhc_custom_oe module for OpenERP, Customize OpenERP for L'Heureux Cyclage -# Copyright (C) 2013 L'Heureux Cyclage () +# lhc module for OpenERP, Customize OpenERP for L'Heureux Cyclage Copyright +# (C) 2013-2017 L'Heureux Cyclage () # # This file is a part of lhc_custom_oe # @@ -21,4 +21,6 @@ # ############################################################################## +import lhc + # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: