* [Cluster-devel] conga/luci/site/luci/Extensions QuorumD.py
@ 2006-10-15 18:51 jparsons
0 siblings, 0 replies; only message in thread
From: jparsons @ 2006-10-15 18:51 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: conga
Changes by: jparsons at sourceware.org 2006-10-15 18:51:40
Added files:
luci/site/luci/Extensions: QuorumD.py
Log message:
quorumd file that s-c-cluster uses
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/QuorumD.py.diff?cvsroot=cluster&r1=NONE&r2=1.1
/cvs/cluster/conga/luci/site/luci/Extensions/QuorumD.py,v --> standard output
revision 1.1
--- conga/luci/site/luci/Extensions/QuorumD.py
+++ - 2006-10-15 18:51:41.105799000 +0000
@@ -0,0 +1,9 @@
+import string
+from TagObject import TagObject
+
+TAG_NAME = "quorumd"
+
+class QuorumD(TagObject):
+ def __init__(self):
+ TagObject.__init__(self)
+ self.TAG_NAME = TAG_NAME
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-15 18:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-15 18:51 [Cluster-devel] conga/luci/site/luci/Extensions QuorumD.py jparsons
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).