Commit 48a3444d authored by Jérome Perrin's avatar Jérome Perrin

test/CodingStyle: document exceptional prefixs

parent b720711c
...@@ -75,10 +75,11 @@ def getSkinPrefixList(self): ...@@ -75,10 +75,11 @@ def getSkinPrefixList(self):
# Add other prefix # Add other prefix
skin_prefix_list.extend(( skin_prefix_list.extend((
'Base', 'Base',
'Entity',
'NotificationTool', 'NotificationTool',
'ERP5Site', 'ERP5Site',
'ERP5Type', 'ERP5Type',
'Entity', # A base class for Person / Organisation
'Form', # Acceptable for ERP5 Forms which will soon become portal types too 'Form', # Acceptable for ERP5 Forms which will soon become portal types too
)) ))
......
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