diff options
author | Mark Spruiell <mes@zeroc.com> | 2010-02-15 16:46:51 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2010-02-15 16:46:51 -0800 |
commit | fa528e7ec8458904548eeb724d8b3fe272bd4c63 (patch) | |
tree | 967ffcb59dc13e12e1a2fbd8fdf5c573e9b0ad99 /py/python/Ice.py | |
parent | minor fixes to makefiles (diff) | |
download | ice-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.py | 2 |
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: |