X-Git-Url: http://git.cyclocoop.org/?p=burette%2Flhc.git;a=blobdiff_plain;f=__init__.py;h=4e19bd76e1775203a6aabdc6af7ece8dfc256c35;hp=c424cc450f15b824c53cd40d4d0133bc69ff320a;hb=HEAD;hpb=3b13a592a73b4703e473b3ee14405e98d91b61c7 diff --git a/__init__.py b/__init__.py index c424cc4..4e19bd7 100644 --- a/__init__.py +++ b/__init__.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- ############################################################################## # -# lhc_custom_oe module for OpenERP, Customize OpenERP for L'Heureux Cyclage -# Copyright (C) 2013-2016 L'Heureux Cyclage -# () +# lhc module for OpenERP, Customize OpenERP for L'Heureux Cyclage Copyright +# (C) 2013-2020 L'Heureux Cyclage () # # This file is a part of lhc_custom_oe # @@ -22,4 +21,6 @@ # ############################################################################## +import lhc + # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: