summaryrefslogtreecommitdiff
path: root/py/python/Ice.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2010-02-15 16:46:51 -0800
committerMark Spruiell <mes@zeroc.com>2010-02-15 16:46:51 -0800
commitfa528e7ec8458904548eeb724d8b3fe272bd4c63 (patch)
tree967ffcb59dc13e12e1a2fbd8fdf5c573e9b0ad99 /py/python/Ice.py
parentminor fixes to makefiles (diff)
downloadice-fa528e7ec8458904548eeb724d8b3fe272bd4c63.tar.bz2
ice-fa528e7ec8458904548eeb724d8b3fe272bd4c63.tar.xz
ice-fa528e7ec8458904548eeb724d8b3fe272bd4c63.zip
bug 4633 - ICE_CONFIG fixes
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r--py/python/Ice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py
index ab9dfcf5184..aeead0e5bcc 100644
--- a/py/python/Ice.py
+++ b/py/python/Ice.py
@@ -706,7 +706,7 @@ class PropertiesI(Properties):
#
# Ice.createProperties()
#
-def createProperties(args=[], defaults=None):
+def createProperties(args=None, defaults=None):
'''Creates a new property set. The optional arguments represent
an argument list (such as sys.argv) and a property set that supplies
default values. You can invoke this function as follows: