[Erp5-report] r27534 - /erp5/trunk/products/ERP5/Document/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jun 11 17:09:57 CEST 2009


Author: fabien
Date: Thu Jun 11 17:09:55 2009
New Revision: 27534

URL: http://svn.erp5.org?rev=27534&view=rev
Log:
remove unused LOG import

Modified:
    erp5/trunk/products/ERP5/Document/PaySheetCell.py
    erp5/trunk/products/ERP5/Document/PaySheetLine.py
    erp5/trunk/products/ERP5/Document/PaySheetModelSlice.py

Modified: erp5/trunk/products/ERP5/Document/PaySheetCell.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PaySheetCell.py?rev=27534&r1=27533&r2=27534&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PaySheetCell.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PaySheetCell.py [utf8] Thu Jun 11 17:09:55 2009
@@ -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):
     """

Modified: erp5/trunk/products/ERP5/Document/PaySheetLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PaySheetLine.py?rev=27534&r1=27533&r2=27534&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PaySheetLine.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PaySheetLine.py [utf8] Thu Jun 11 17:09:55 2009
@@ -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):
     """

Modified: erp5/trunk/products/ERP5/Document/PaySheetModelSlice.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PaySheetModelSlice.py?rev=27534&r1=27533&r2=27534&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PaySheetModelSlice.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PaySheetModelSlice.py [utf8] Thu Jun 11 17:09:55 2009
@@ -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):
     """




More information about the Erp5-report mailing list