summaryrefslogtreecommitdiffstats
path: root/formats/coro.py
blob: 8f46b1852f980bf3896a18ed40ca376127d8bf4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- coding: UTF-8 -*-
# Copyright 2013 Red Hat, Inc.
# Part of clufter project
# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Corosync executive configuration"""
__author__ = "Jan Pokorný <jpokorny at redhat dot com>"

from ..format import XML


class coroxml(XML):
    """Corosync executive configuration, XML version (corosync.xml)

    See corosync.xml(5).
    """
    # XMLFormat
    root = 'corosync'