summaryrefslogtreecommitdiff
path: root/py/python/Ice.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r--py/python/Ice.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py
index 71e4e5fa1a9..1b718e6a56a 100644
--- a/py/python/Ice.py
+++ b/py/python/Ice.py
@@ -432,6 +432,9 @@ class ObjectAdapterI(ObjectAdapter):
def addServantLocator(self, locator, category):
self._impl.addServantLocator(locator, category)
+ def removeServantLocator(self, category):
+ return self._impl.removeServantLocator(category)
+
def findServantLocator(self, category):
return self._impl.findServantLocator(category)