Commit f247d3a3 authored by Vincent Pelletier's avatar Vincent Pelletier

ERP5Type.patches.PropertyManager: Trivial simplification.

parent 92e81dd4
......@@ -23,11 +23,7 @@ from Acquisition import aq_base
from zExceptions import BadRequest
from DateTime import DateTime
class ERP5PropertyManager(PropertyManager):
"""
This class is only for backward compatibility.
"""
pass
ERP5PropertyManager = PropertyManager # BBB
PropertyManager_manage_propertiesForm=DTMLFile('properties',
_dtmldir,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment