changeset 114:9b193312ceba

actually, we *do* want to write into the dict!
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 02 Dec 2010 16:25:26 -0800
parents 44534594f402
children c499f5a598cf
files python/simpleini.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/python/simpleini.py	Thu Dec 02 13:04:54 2010 -0800
+++ b/python/simpleini.py	Thu Dec 02 16:25:26 2010 -0800
@@ -16,7 +16,6 @@
 
   if variables is None:
     variables = {}
-  variables = variables.copy() # no reason to overwrite the originals
 
   if isinstance(fp, basestring):
     fp = file(fp)