diff options
author | Rob Austein <sra@hactrn.net> | 2009-11-04 04:27:31 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-11-04 04:27:31 +0000 |
commit | 6192e5fcba290e11e88597fa7b03dfcde28b89e2 (patch) | |
tree | eb6ddb112f5a5185367a98e9619a9da4a461e73b /myrpki/schema.py | |
parent | 528e1bf712d82d8024c204a06c756cd577096b47 (diff) |
Use batch-mode publication in rpkid. Fix FOREIGN KEY constraints.
svn path=/myrpki/myirbe.py; revision=2876
Diffstat (limited to 'myrpki/schema.py')
-rw-r--r-- | myrpki/schema.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myrpki/schema.py b/myrpki/schema.py index 5208ed87..c371b45b 100644 --- a/myrpki/schema.py +++ b/myrpki/schema.py @@ -1,7 +1,7 @@ import lxml.etree myrpki = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: schema.rnc 2722 2009-08-31 22:24:48Z sra $ + $Id: schema.rnc 2839 2009-10-27 18:53:00Z sra $ RelaxNG Schema for MyRPKI XML messages |