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

import lxml.etree

__revision__ = '$Revision$'
__all__ = ["Admin", "Core", "FileMonitor", "Plugin", "Plugins",
           "Hostbase", "Reports", "Snapshots", "XMLParser"]

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