Skip to content

Commit a85bdd8

Browse files
committed
init validation_schema during the initializer
1 parent 22d875d commit a85bdd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spyne/protocol/xml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ def __init__(self, app=None, validator=None,
305305
super(XmlDocument, self).__init__(app, validator,
306306
binary_encoding=binary_encoding)
307307

308+
self.validation_schema = None
308309
self.xml_declaration = xml_declaration
309310
self.cleanup_namespaces = cleanup_namespaces
310311
self.replace_null_with_default = replace_null_with_default

0 commit comments

Comments
 (0)