summaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
Diffstat (limited to 'formats')
-rw-r--r--formats/ccs.py2
-rw-r--r--formats/coroxml.py (renamed from formats/coro.py)4
2 files changed, 3 insertions, 3 deletions
diff --git a/formats/ccs.py b/formats/ccs.py
index 6f0dff1..e71af0c 100644
--- a/formats/ccs.py
+++ b/formats/ccs.py
@@ -20,7 +20,7 @@ class ccs(XML):
}
-class flatccs(ccs):
+class ccs_flat(ccs):
"""Private, artificially flattened CMAN-based cluster stack configuration
Sometimes (ehm, exclusively by me) called Cluster Configuration System Flat.
diff --git a/formats/coro.py b/formats/coroxml.py
index 492da00..142f388 100644
--- a/formats/coro.py
+++ b/formats/coroxml.py
@@ -1,8 +1,8 @@
# -*- coding: UTF-8 -*-
-# Copyright 2013 Red Hat, Inc.
+# Copyright 2014 Red Hat, Inc.
# Part of clufter project
# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
-"""Corosync executive configuration"""
+"""Corosync executive configuration, XML representations"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
from ..format import XML