X-Git-Url: http://git.cyclocoop.org/?p=burette%2Flhc.git;a=blobdiff_plain;f=__init__.py;h=731c83f0ccd4a47a50d60b2b2115b8da0ddc0617;hp=f7f42c7cce0bda801675bbe06c2af2ccba7aec82;hb=91d878a4e78b74ba518780a824bfbcbc71d545fa;hpb=71a35e341d20bbd8addb6c714d56c79b80704a53 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: