Merge pull request #1106 from erilyth/master
Added XML to retrieve pickled XML data #1067
This commit is contained in:
@@ -668,7 +668,7 @@ class XML(XmlComponent):
|
||||
|
||||
|
||||
def XML_unpickle(data):
|
||||
return marshal.loads(data)
|
||||
return XML(marshal.loads(data))
|
||||
|
||||
|
||||
def XML_pickle(data):
|
||||
|
||||
Reference in New Issue
Block a user