Added XML to retrieve pickled XML data #1067

This commit is contained in:
Batchu Venkat Vishal
2015-11-19 15:01:23 +05:30
parent db37cf6a58
commit 4bf5a70dc0
+1 -1
View File
@@ -668,7 +668,7 @@ class XML(XmlComponent):
def XML_unpickle(data):
return marshal.loads(data)
return XML(marshal.loads(data))
def XML_pickle(data):