diff -r c3059d308dc2 -r 5e19c2bb370e web/application.py --- a/web/application.py Fri Jul 31 19:18:33 2009 +0200 +++ b/web/application.py Fri Jul 31 22:37:28 2009 +0200 @@ -10,7 +10,7 @@ import sys from time import clock, time -from logilab.common.deprecation import obsolete +from logilab.common.deprecation import deprecated from rql import BadRQLQuery @@ -272,7 +272,7 @@ finally: self._logfile_lock.release() - @obsolete("use vreg.select('controllers', ...)") + @deprecated("use vreg.select('controllers', ...)") def select_controller(self, oid, req): try: return self.vreg.select('controllers', oid, req=req, appli=self)