summaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-04-15 21:29:52 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-04-15 21:29:52 +0200
commit0c4d7f1436cd687f57e2bb80c72b841d6d31902d (patch)
tree018672a6013c62882af6c3621eb6902affd1ce9a /formats
parent21758e59df0e36b53f832140fc84436fe090bf70 (diff)
downloadclufter-0c4d7f1436cd687f57e2bb80c72b841d6d31902d.tar.gz
clufter-0c4d7f1436cd687f57e2bb80c72b841d6d31902d.tar.xz
clufter-0c4d7f1436cd687f57e2bb80c72b841d6d31902d.zip
s/ccsflat/flatccs/ (consistency with "simplepcs")
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'formats')
-rw-r--r--formats/ccs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/formats/ccs.py b/formats/ccs.py
index c65b662..d0a43f8 100644
--- a/formats/ccs.py
+++ b/formats/ccs.py
@@ -1,5 +1,5 @@
# -*- 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)
"""Cluster configuration system (ccs) format"""
@@ -17,7 +17,7 @@ class ccs(XML):
root = 'cluster'
-class ccsflat(ccs):
+class flatccs(ccs):
"""Cman-based cluster stack configuration (cluster.conf)
Sometimes (ehm, exclusively by me) called Cluster Configuration System Flat.