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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 29 12:44:54 CET 2009


Author: fabien
Date: Thu Jan 29 12:44:52 2009
New Revision: 25364

URL: http://svn.erp5.org?rev=25364&view=rev
Log:
remove unused import, thanks to pyflakes

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

Modified: erp5/trunk/products/ERP5/Document/PaySheetCell.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PaySheetCell.py?rev=25364&r1=25363&r2=25364&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PaySheetCell.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PaySheetCell.py [utf8] Thu Jan 29 12:44:52 2009
@@ -26,13 +26,9 @@
 #
 ##############################################################################
 
-from Globals import InitializeClass, PersistentMapping
 from AccessControl import ClassSecurityInfo
-
-from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
-
+from Products.ERP5Type import Permissions, PropertySheet, Interface
 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=25364&r1=25363&r2=25364&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PaySheetLine.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PaySheetLine.py [utf8] Thu Jan 29 12:44:52 2009
@@ -26,14 +26,9 @@
 #
 ##############################################################################
 
-from Globals import InitializeClass, PersistentMapping
 from AccessControl import ClassSecurityInfo
-
-from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
-
+from Products.ERP5Type import Permissions, PropertySheet, Interface
 from Products.ERP5.Document.InvoiceLine import InvoiceLine
-from Products.ERP5.Variated import Variated
-
 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=25364&r1=25363&r2=25364&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PaySheetModelSlice.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PaySheetModelSlice.py [utf8] Thu Jan 29 12:44:52 2009
@@ -26,15 +26,9 @@
 #
 ##############################################################################
 
-from Globals import InitializeClass, PersistentMapping
 from AccessControl import ClassSecurityInfo
-from Acquisition import aq_base
-
-from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
-from Products.ERP5Type.Base import Base
-
+from Products.ERP5Type import Permissions, PropertySheet, Interface
 from Products.ERP5.Document.DeliveryCell import DeliveryCell
-
 from zLOG import LOG
 
 class PaySheetModelSlice(DeliveryCell):

Modified: erp5/trunk/products/ERP5/Document/PaySheetTransaction.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PaySheetTransaction.py?rev=25364&r1=25363&r2=25364&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PaySheetTransaction.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PaySheetTransaction.py [utf8] Thu Jan 29 12:44:52 2009
@@ -27,7 +27,7 @@
 ##############################################################################
 
 from AccessControl import ClassSecurityInfo
-from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
+from Products.ERP5Type import Permissions, PropertySheet
 from Products.ERP5.Document.Invoice import Invoice
 from Products.ERP5Type.Utils import cartesianProduct
 from zLOG import LOG, DEBUG, INFO

Modified: erp5/trunk/products/ERP5/Document/PaySheetTransactionLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PaySheetTransactionLine.py?rev=25364&r1=25363&r2=25364&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PaySheetTransactionLine.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PaySheetTransactionLine.py [utf8] Thu Jan 29 12:44:52 2009
@@ -26,10 +26,8 @@
 #
 ##############################################################################
 
-from Globals import InitializeClass, PersistentMapping
 from AccessControl import ClassSecurityInfo
-
-from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
+from Products.ERP5Type import Permissions, PropertySheet
 from Products.ERP5.Document.AccountingTransactionLine import AccountingTransactionLine
 
 class PaySheetTransactionLine(AccountingTransactionLine):




More information about the Erp5-report mailing list