[Erp5-report] r43457 arnaud.fontaine - /erp5/trunk/products/ERP5/Document/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 18 03:01:42 CET 2011


Author: arnaud.fontaine
Date: Fri Feb 18 03:01:42 2011
New Revision: 43457

URL: http://svn.erp5.org?rev=43457&view=rev
Log:
Remove pdb

Modified:
    erp5/trunk/products/ERP5/Document/AccountTypeConstraint.py

Modified: erp5/trunk/products/ERP5/Document/AccountTypeConstraint.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/AccountTypeConstraint.py?rev=43457&r1=43456&r2=43457&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/AccountTypeConstraint.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/AccountTypeConstraint.py [utf8] Fri Feb 18 03:01:42 2011
@@ -69,7 +69,6 @@ class AccountTypeConstraint(ConstraintMi
       if len(constraint_line_list) == 0:
         raise NotImplementedError(
            "AccountTypeConstraint does not define an account type mapping lines")
-      import pdb; pdb.set_trace()
       for constraint_line in constraint_line_list:
         gap = constraint_line.getGap()
         account_type_list = contraint_line.getAccountTypeList()



More information about the Erp5-report mailing list