changeset 9022 | a1cee6915ea3 |
parent 9016 | 0368b94921ed |
child 9033 | 614bf73cc126 |
--- a/dbapi.py Tue May 14 00:36:43 2013 +0200 +++ b/dbapi.py Fri Jun 14 13:39:49 2013 +0200 @@ -331,9 +331,6 @@ self.cnx = self.user = _NeedAuthAccessMock() self.set_default_language(vreg) - def from_controller(self): - return 'view' - def get_option_value(self, option, foreid=None): return self.cnx.get_option_value(option, foreid)