diff options
Diffstat (limited to 'python/test/Ice/info/TestI.py')
-rw-r--r-- | python/test/Ice/info/TestI.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/info/TestI.py b/python/test/Ice/info/TestI.py index 563e9e8180b..3a2399cc2b1 100644 --- a/python/test/Ice/info/TestI.py +++ b/python/test/Ice/info/TestI.py @@ -22,7 +22,7 @@ def getIPConnectionInfo(info): return info info = info.underlying -class MyDerivedClassI(Test._TestIntfDisp): +class MyDerivedClassI(Test.TestIntf): def __init__(self): self.ctx = None |