diff options
author | Rob Austein <sra@hactrn.net> | 2014-05-30 01:44:46 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-05-30 01:44:46 +0000 |
commit | 40d314f7e22dfe9abadd0ef982e10dde658a85ea (patch) | |
tree | ed47402313855ec4338262e598ab3750f281a11a /rpki | |
parent | e64717d385fe8bef03184e6c995f9e548ed43630 (diff) |
Regen
svn path=/trunk/; revision=5848
Diffstat (limited to 'rpki')
-rw-r--r-- | rpki/relaxng.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpki/relaxng.py b/rpki/relaxng.py index 3dcf3d4f..594b0a09 100644 --- a/rpki/relaxng.py +++ b/rpki/relaxng.py @@ -6,7 +6,7 @@ import lxml.etree ## Parsed RelaxNG left_right schema left_right = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: left-right-schema.rnc 5757 2014-04-05 22:42:12Z sra $ + $Id: left-right-schema.rnc 5845 2014-05-29 22:31:15Z sra $ RelaxNG schema for RPKI left-right protocol. @@ -1482,7 +1482,7 @@ myrpki = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encodi ## Parsed RelaxNG publication schema publication = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: publication-schema.rnc 5757 2014-04-05 22:42:12Z sra $ + $Id: publication-schema.rnc 5845 2014-05-29 22:31:15Z sra $ RelaxNG schema for RPKI publication protocol. |