X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/527c6790e47d8725f6b9306049b3aa89006c393e..59414d0e06ace92fddabf0a6c5f0e7e12ec267f2:/sercom/controllers.py diff --git a/sercom/controllers.py b/sercom/controllers.py index 233d796..09219a1 100644 --- a/sercom/controllers.py +++ b/sercom/controllers.py @@ -1,6 +1,6 @@ # vim: set et sw=4 sts=4 encoding=utf-8 : -from turbogears import controllers, expose, view +from turbogears import controllers, expose, view, url from turbogears import widgets as W, validators as V from turbogears import identity, redirect from cherrypy import request, response @@ -93,6 +93,9 @@ class Root(controllers.RootController): docente_inscripto = DocenteInscriptoController() + correcion = CorreccionController() + + #{{{ Agrega summarize a namespace tg de KID def summarize(text, size, concat=True, continuation='...'): """Summarize a string if it's length is greater than a specified size. This