aboutsummaryrefslogtreecommitdiff
path: root/scripts/rpki/relaxng.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-10-07 03:30:43 +0000
committerRob Austein <sra@hactrn.net>2007-10-07 03:30:43 +0000
commit6a392252dd9cd7ec13ed9b734c2da830614a0080 (patch)
tree8428a23f24933dc6e88c3455b5fa86c2cf10ffb9 /scripts/rpki/relaxng.py
parent530ae937b259cf0a325089301d0915dd2a78c85d (diff)
Nit
svn path=/scripts/make-relaxng.py; revision=1107
Diffstat (limited to 'scripts/rpki/relaxng.py')
-rw-r--r--scripts/rpki/relaxng.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rpki/relaxng.py b/scripts/rpki/relaxng.py
index c037c36a..e0f2568e 100644
--- a/scripts/rpki/relaxng.py
+++ b/scripts/rpki/relaxng.py
@@ -1,9 +1,9 @@
# Automatically generated, do not edit.
import lxml.etree
+
## @var left_right
## Parsed RelaxNG left_right schema
-
left_right = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encoding="UTF-8"?>
<!--
$Id: left-right-schema.rng 1088 2007-10-04 03:06:25Z sra $
@@ -907,9 +907,9 @@ left_right = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" enc
</define>
</grammar>
'''))
+
## @var up_down
## Parsed RelaxNG up_down schema
-
up_down = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encoding="UTF-8"?>
<!--
$Id: up-down-schema.rnc 974 2007-09-16 19:37:23Z sra $