[REM] Removed duplicated code for method __getitem__()

lp bug: https://launchpad.net/bugs/504243 fixed

bzr revid: jvo@tinyerp.com-20100108083148-yq3p7uj0mcql2tll
This commit is contained in:
Jay (Open ERP) 2010-01-08 14:01:48 +05:30
parent 91a867f9de
commit 02e18c4262
1 changed files with 0 additions and 3 deletions

View File

@ -527,9 +527,6 @@ class UpdateableDict(local):
def __ge__(self, y):
return self.dict.__ge__(y)
def __getitem__(self, y):
return self.dict.__getitem__(y)
def __gt__(self, y):
return self.dict.__gt__(y)