[FIX] flake8

pull/204/head
Holger Brunn 2015-07-20 14:08:08 +02:00
parent c9e20eb4d5
commit 7bf415a241
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ from ..base_suspend_security import BaseSuspendSecurityUid
class ResUsers(models.Model):
_inherit = 'res.users'
@classmethod
def _browse(cls, env, ids):
"""be sure we browse ints, ids laread is normalized"""