summaryrefslogtreecommitdiff
path: root/py/python/Ice.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r--py/python/Ice.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py
index d15fc42b92c..d9ec5364914 100644
--- a/py/python/Ice.py
+++ b/py/python/Ice.py
@@ -458,8 +458,8 @@ class PropertiesI(Properties):
#
# Ice.createProperties()
#
-def createProperties(args=[]):
- properties = IcePy.createProperties(args)
+def createProperties(args=[], defaults=None):
+ properties = IcePy.createProperties(args, defaults)
return PropertiesI(properties)