changeset 2788 | 8d3dbe577d3a |
parent 2706 | 09baf5175196 |
child 2867 | e8581a4f1bae |
--- a/web/application.py Wed Aug 12 18:16:49 2009 +0200 +++ b/web/application.py Wed Aug 12 18:40:52 2009 +0200 @@ -289,7 +289,7 @@ finally: self._logfile_lock.release() - @deprecated("use vreg.select('controllers', ...)") + @deprecated("[3.4] use vreg['controllers'].select(...)") def select_controller(self, oid, req): try: return self.vreg['controllers'].select(oid, req=req, appli=self)