[iniparse] r134 committed - make pickle happy....

0 views
Skip to first unread message

inip...@googlecode.com

unread,
May 5, 2010, 1:32:12 AM5/5/10
to iniparse...@googlegroups.com
Revision: 134
Author: psoberoi
Date: Tue May 4 22:32:02 2010
Log: make pickle happy.
fixes issue 20

http://code.google.com/p/iniparse/source/detail?r=134

Modified:
/trunk/iniparse/config.py

=======================================
--- /trunk/iniparse/config.py Sun Feb 22 16:30:18 2009
+++ /trunk/iniparse/config.py Tue May 4 22:32:02 2010
@@ -69,6 +69,9 @@
def __setstate__(self, state):
self.__dict__.update(state)

+ __reduce__ = object.__reduce__
+ __reduce_ex__ = None
+
class Undefined(object):
"""Helper class used to hold undefined names until assignment.

--
To post to this group, send email to iniparse...@googlegroups.com
To unsubscribe from this group, send email to iniparse-commi...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/iniparse-commits?hl=en
Reply all
Reply to author
Forward
0 new messages