[FIX] typo

bzr revid: chs@tinyerp.com-20100129122220-yexokxsfbaulntm2
This commit is contained in:
Christophe Simonis 2010-01-29 13:22:20 +01:00
parent 4083c9bf7b
commit 9008ced144
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class Service(object):
@classmethod
def remove(cls, name):
if cls.exits(name):
if cls.exists(name):
cls._services.pop(name)
def exportMethod(self, method):