diff --git a/suds/mx/__init__.py b/suds/mx/__init__.py index dec87a6..c64c0f9 100644 --- a/suds/mx/__init__.py +++ b/suds/mx/__init__.py @@ -57,4 +57,4 @@ class Content(Object): value = None setattr(self, name, value) return value - raise AttributeError, "Content has no attribute %s" % (name,) + raise AttributeError("Content has no attribute %s" % (name,))