summaryrefslogtreecommitdiff
path: root/python/test/Ice/proxy/TestI.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/proxy/TestI.py')
-rw-r--r--python/test/Ice/proxy/TestI.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/test/Ice/proxy/TestI.py b/python/test/Ice/proxy/TestI.py
index 5ee763ab1ee..3c6be1cba94 100644
--- a/python/test/Ice/proxy/TestI.py
+++ b/python/test/Ice/proxy/TestI.py
@@ -10,7 +10,7 @@
import Ice, Test
import time
-class MyDerivedClassI(Test.MyDerivedClass):
+class MyDerivedClassI(Test._MyDerivedClassDisp):
def __init__(self):
self.ctx = None
@@ -25,4 +25,4 @@ class MyDerivedClassI(Test.MyDerivedClass):
def ice_isA(self, s, current):
self.ctx = current.ctx
- return Test.MyDerivedClass.ice_isA(self, s, current)
+ return Test._MyDerivedClassDisp.ice_isA(self, s, current)