diff options
author | Rob Austein <sra@hactrn.net> | 2014-07-04 00:37:08 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-07-04 00:37:08 +0000 |
commit | bfba2f0ce8f8416b9e5f91542068d0d6470bc19f (patch) | |
tree | d9e2668fe69b8adcb752f54650679920e4f32b99 /rpki/relaxng.py | |
parent | 1fde024c07a0dc681a534a4197a18226737ebd19 (diff) |
Snapshot before trying something weird with the new pubd SQL.
svn path=/branches/tk705/; revision=5884
Diffstat (limited to 'rpki/relaxng.py')
-rw-r--r-- | rpki/relaxng.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/relaxng.py b/rpki/relaxng.py index 3c81a144..d01f7e28 100644 --- a/rpki/relaxng.py +++ b/rpki/relaxng.py @@ -1482,7 +1482,7 @@ myrpki = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encodi ## Parsed RelaxNG publication_control schema publication_control = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: publication-control.rnc 5881 2014-07-03 16:55:02Z sra $ + $Id: publication-control.rnc 5883 2014-07-03 19:21:31Z sra $ RelaxNG schema for RPKI publication protocol. |