[gen] Allow to group transitions.

This commit is contained in:
Gaetan Delannay 2013-09-24 12:26:31 +02:00
parent 180b3473e8
commit 91e0bd2240
8 changed files with 166 additions and 95 deletions

View file

@ -761,7 +761,7 @@ class ZopeGenerator(Generator):
# Generate labels for groups of searches
if search.group and not search.group.label:
search.group.generateLabels(self.labels, classDescr, set(),
forSearch=True)
content='searches')
# Generate the resulting Zope class.
self.copyFile('Class.pyt', repls, destName=fileName)