summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/__init__.py
blob: bf8d0191d66efc8cfc8bbebed803ff320dbecb26 (plain)
1
2
3
4
5
6
7
8
9
"""This is the set of modules for Bcfg2.Server."""

import lxml.etree

XI = 'http://www.w3.org/2001/XInclude'
XI_NAMESPACE = '{%s}' % XI

# pylint: disable=C0103
XMLParser = lxml.etree.XMLParser(remove_blank_text=True)