[Erp5-report] r41646 jp - /erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Dec 22 10:46:16 CET 2010
Author: jp
Date: Wed Dec 22 10:46:16 2010
New Revision: 41646
URL: http://svn.erp5.org?rev=41646&view=rev
Log:
Path propertysheet needs to be reviewed and anyway it makes no sense to keep inheritance.
Modified:
erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Assignment.py
Modified: erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Assignment.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Assignment.py?rev=41646&r1=41645&r2=41646&view=diff
==============================================================================
--- erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Assignment.py [utf8] (original)
+++ erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Assignment.py [utf8] Wed Dec 22 10:46:16 2010
@@ -27,10 +27,8 @@
#
##############################################################################
-from Path import Path
-
-class Assignment(Path):
+class Assignment:
"""
These properties are used by Career and Assignment
"""
More information about the Erp5-report
mailing list