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

import lxml.etree

__all__ = ["Admin", "Core", "FileMonitor", "Plugin", "Plugins",
           "Hostbase", "Reports", "Snapshots", "XMLParser"]

XMLParser = lxml.etree.XMLParser(remove_blank_text=True)