From 91536e6db8c66b6496845541669211f6e883e25a Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Thu, 11 Jun 2009 15:09:55 +0000 Subject: [PATCH] remove unused LOG import git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27534 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/PaySheetCell.py | 1 - product/ERP5/Document/PaySheetLine.py | 1 - product/ERP5/Document/PaySheetModelSlice.py | 1 - 3 files changed, 3 deletions(-) diff --git a/product/ERP5/Document/PaySheetCell.py b/product/ERP5/Document/PaySheetCell.py index b698a1d59d..604afc6f91 100644 --- a/product/ERP5/Document/PaySheetCell.py +++ b/product/ERP5/Document/PaySheetCell.py @@ -29,7 +29,6 @@ from AccessControl import ClassSecurityInfo from Products.ERP5Type import Permissions, PropertySheet, interfaces from Products.ERP5.Document.InvoiceCell import InvoiceCell -from zLOG import LOG class PaySheetCell(InvoiceCell): """ diff --git a/product/ERP5/Document/PaySheetLine.py b/product/ERP5/Document/PaySheetLine.py index 90d63e41f7..d96f7c8e68 100644 --- a/product/ERP5/Document/PaySheetLine.py +++ b/product/ERP5/Document/PaySheetLine.py @@ -30,7 +30,6 @@ from AccessControl import ClassSecurityInfo from Products.ERP5Type import Permissions, PropertySheet, interfaces from Products.ERP5.Document.InvoiceLine import InvoiceLine -from zLOG import LOG class PaySheetLine(InvoiceLine): """ diff --git a/product/ERP5/Document/PaySheetModelSlice.py b/product/ERP5/Document/PaySheetModelSlice.py index a36487201e..f72f03f940 100644 --- a/product/ERP5/Document/PaySheetModelSlice.py +++ b/product/ERP5/Document/PaySheetModelSlice.py @@ -29,7 +29,6 @@ from AccessControl import ClassSecurityInfo from Products.ERP5Type import Permissions, PropertySheet, interfaces from Products.ERP5.Document.DeliveryCell import DeliveryCell -from zLOG import LOG class PaySheetModelSlice(DeliveryCell): """ -- 2.30.9