예제 #1
0
    def _makeOne(self, *args, **kw):
        from Products.CMFCalendar.CalendarTool import CalendarTool
        ctool = CalendarTool(*args, **kw)
        ctool.firstweekday = 6

        return ctool
예제 #2
0
    def _makeOne(self, *args, **kw):
        from Products.CMFCalendar.CalendarTool import CalendarTool

        return CalendarTool(*args, **kw)
예제 #3
0
    def _makeOne(self, *args, **kw):
        from Products.CMFCalendar.CalendarTool import CalendarTool
        ctool = CalendarTool(*args, **kw)
        ctool.firstweekday = 6

        return ctool