summaryrefslogtreecommitdiff
path: root/scripts/Controller.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-03-23 15:29:25 +0100
committerBenoit Foucher <benoit@zeroc.com>2017-03-23 15:29:25 +0100
commit1597a75419cd8049252cfbca6fce6ae95ef8b2c7 (patch)
tree2b2c858df1dbe68c1d576cae06c4713fd2ad5c40 /scripts/Controller.py
parentUse Ice\None with PHP namespace mapping (diff)
downloadice-1597a75419cd8049252cfbca6fce6ae95ef8b2c7.tar.bz2
ice-1597a75419cd8049252cfbca6fce6ae95ef8b2c7.tar.xz
ice-1597a75419cd8049252cfbca6fce6ae95ef8b2c7.zip
Fix for ICE-7125 - Added support for Ice.ClassGraphDepthMax
Diffstat (limited to 'scripts/Controller.py')
-rwxr-xr-xscripts/Controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Controller.py b/scripts/Controller.py
index 69eecfc54f6..2dce0d40dbf 100755
--- a/scripts/Controller.py
+++ b/scripts/Controller.py
@@ -130,7 +130,7 @@ class ControllerDriver(Driver):
self.current.config.parsedOptions.append(a)
setattr(self.current.config, a, v)
- class ControllerI(getServantClass("Test.Common", "Controller")):
+ class ControllerI(Test.Common.Controller):
def __init__(self, driver):
self.driver = driver
self.testcase = None