예제 #1
0
 def nextSchoolYear(self):
     """Return the next school year."""
     syc = ISchoolYearContainer(ISchoolToolApplication(None))
     if checkPermission("schooltool.edit", syc):
         return syc.getNextSchoolYear()
예제 #2
0
 def nextSchoolYear(self):
     """Return the next school year."""
     syc = ISchoolYearContainer(ISchoolToolApplication(None))
     if checkPermission("schooltool.edit", syc):
         return syc.getNextSchoolYear()