From 952a388ffa3aecb488cff485d0d0edd919983d53 Mon Sep 17 00:00:00 2001 From: Sreejith P Date: Tue, 8 May 2018 16:45:42 +0530 Subject: [PATCH] [UDT] Logger --- hr_linkedin_recruitment/__manifest__.py | 2 +- hr_linkedin_recruitment/models/hr_job.py | 2 ++ hr_linkedin_recruitment/models/mechanize_op.py | 2 ++ hr_linkedin_recruitment/static/description/index.html | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/hr_linkedin_recruitment/__manifest__.py b/hr_linkedin_recruitment/__manifest__.py index 7c69b76f7..d9cf42523 100644 --- a/hr_linkedin_recruitment/__manifest__.py +++ b/hr_linkedin_recruitment/__manifest__.py @@ -25,7 +25,7 @@ 'summary': "Integrates LinkedIn with HR Recruitment", 'description': "Basic module for LnkedIn-HR Recruitment connector", 'category': 'Generic Modules/Human Resources', - 'version': "10.0.1.0.0", + 'version': "10.0.1.1.0", 'depends': ['hr_recruitment', 'auth_oauth'], 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', diff --git a/hr_linkedin_recruitment/models/hr_job.py b/hr_linkedin_recruitment/models/hr_job.py index 8a5045139..7fb0bc72e 100644 --- a/hr_linkedin_recruitment/models/hr_job.py +++ b/hr_linkedin_recruitment/models/hr_job.py @@ -20,6 +20,8 @@ # along with this program. If not, see . # ################################################################################### +import logging +_logger = logging.getLogger(__name__) try: import mechanize from linkedin import linkedin diff --git a/hr_linkedin_recruitment/models/mechanize_op.py b/hr_linkedin_recruitment/models/mechanize_op.py index 545ba6d45..d03dd5386 100644 --- a/hr_linkedin_recruitment/models/mechanize_op.py +++ b/hr_linkedin_recruitment/models/mechanize_op.py @@ -20,6 +20,8 @@ # along with this program. If not, see . # ################################################################################### +import logging +_logger = logging.getLogger(__name__) try: import mechanize except ImportError: diff --git a/hr_linkedin_recruitment/static/description/index.html b/hr_linkedin_recruitment/static/description/index.html index 66e5a2da2..fdaef4734 100644 --- a/hr_linkedin_recruitment/static/description/index.html +++ b/hr_linkedin_recruitment/static/description/index.html @@ -3,7 +3,7 @@