Commit 861a6150 authored by peastman's avatar peastman
Browse files

Merge pull request #875 from peastman/swig

Fixed compilation error with latest version of SWIG
parents f0ef7b5b 783cb61a
...@@ -417,7 +417,6 @@ Parameters: ...@@ -417,7 +417,6 @@ Parameters:
@staticmethod @staticmethod
def deserialize(inputString): def deserialize(inputString):
"""Reconstruct an object that has been serialized as XML.""" """Reconstruct an object that has been serialized as XML."""
# Look for the first tag to figure out what type of object it is.
import re import re
match = re.search("<([^?]\S*)", inputString) match = re.search("<([^?]\S*)", inputString)
if match is None: if match is None:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment