summaryrefslogtreecommitdiff
path: root/py/python
diff options
context:
space:
mode:
Diffstat (limited to 'py/python')
-rw-r--r--py/python/Glacier2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/python/Glacier2.py b/py/python/Glacier2.py
index c72015b0388..92e33846bfd 100644
--- a/py/python/Glacier2.py
+++ b/py/python/Glacier2.py
@@ -129,7 +129,7 @@ Application.NoSignalHandling.
return Ice.Identity(name, self.categoryForClient())
def addWithUUID(self, servant):
- return objectAdapter().add(servant, createCallbackIdentity(Ice.generateUUID()))
+ return self.objectAdapter().add(servant, self.createCallbackIdentity(Ice.generateUUID()))
def objectAdapter(self):
if Application._router == None: