diff options
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 9e0c197d..96064e16 100644 --- a/rpki/relaxng.py +++ b/rpki/relaxng.py @@ -2162,7 +2162,7 @@ router_certificate = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version= ## Parsed RelaxNG rrdp schema rrdp = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id$ + $Id: rrdp.rnc 5875 2014-06-26 17:48:53Z sra $ RelaxNG schema for RPKI Repository Delta Protocol (RRDP). |