summaryrefslogtreecommitdiff
path: root/python/modules/IcePy/Communicator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'python/modules/IcePy/Communicator.cpp')
-rw-r--r--python/modules/IcePy/Communicator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/modules/IcePy/Communicator.cpp b/python/modules/IcePy/Communicator.cpp
index df7d2282927..1492c24c1ee 100644
--- a/python/modules/IcePy/Communicator.cpp
+++ b/python/modules/IcePy/Communicator.cpp
@@ -1213,7 +1213,7 @@ extern "C"
static PyObject*
communicatorAddValueFactory(CommunicatorObject* self, PyObject* args)
{
- PyObject* factoryType = lookupType("Ice.ValueFactory");
+ PyObject* factoryType = lookupType("types.FunctionType");
assert(factoryType);
PyObject* factory;