diff options
Diffstat (limited to 'scripts/rpki/relaxng.py')
-rw-r--r-- | scripts/rpki/relaxng.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/rpki/relaxng.py b/scripts/rpki/relaxng.py index 1478b66f..ebf78ecd 100644 --- a/scripts/rpki/relaxng.py +++ b/scripts/rpki/relaxng.py @@ -1,11 +1,11 @@ # $Id$ +"""Trivial wrapper around lxml.etree.RelaxNG.""" + import lxml.etree class RelaxNG(lxml.etree.RelaxNG): - """ - Minor customizations of lxml.etreeRelaxNG. - """ + """Minor customizations of lxml.etreeRelaxNG.""" def __init__(self, filename): """ |