aboutsummaryrefslogtreecommitdiff
path: root/scripts/rpki/relaxng.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rpki/relaxng.py')
-rw-r--r--scripts/rpki/relaxng.py6
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):
"""