Juan David says:
TimetableColspan can actually be a separate product and
a widget at the same
time. The following code in your __init__.py file
should work:
from Products.NuxWidgets import widgets
widgets['timetable_colspan'] =
timetable.macros['timetable']
RAK says:
It would be way nice if TimetableColspan was both a
Product and a widget. Lets implement this if we can.