diff options
author | Rob Austein <sra@hactrn.net> | 2014-07-21 20:13:57 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-07-21 20:13:57 +0000 |
commit | 8c9115efbd8626510ed4f917d4d9d7b17d3ae75e (patch) | |
tree | f76d8273a94c4ced859837c764252dd80ff109db /rpki/relaxng.py | |
parent | 0c945963b240cbc0b4155ead94205e9a6956fbf1 (diff) |
Checkpoint. More cleanup of publication code.
svn path=/branches/tk705/; revision=5904
Diffstat (limited to 'rpki/relaxng.py')
-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 a7bc7578..71e8ade4 100644 --- a/rpki/relaxng.py +++ b/rpki/relaxng.py @@ -6,7 +6,7 @@ from rpki.relaxng_parser import RelaxNGParser ## Parsed RelaxNG left_right schema left_right = RelaxNGParser(r'''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: left-right.rnc 5881 2014-07-03 16:55:02Z sra $ + $Id: left-right.rnc 5903 2014-07-18 17:08:13Z sra $ RelaxNG schema for RPKI left-right protocol. @@ -1485,7 +1485,7 @@ myrpki = RelaxNGParser(r'''<?xml version="1.0" encoding="UTF-8"?> ## Parsed RelaxNG publication_control schema publication_control = RelaxNGParser(r'''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: publication-control.rnc 5883 2014-07-03 19:21:31Z sra $ + $Id: publication-control.rnc 5903 2014-07-18 17:08:13Z sra $ RelaxNG schema for RPKI publication protocol. |