From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci/site/luci/Extensions ModelBuilder.p ...
Date: 23 Jan 2007 14:01:03 -0000 [thread overview]
Message-ID: <20070123140103.1214.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Changes by: rmccabe at sourceware.org 2007-01-23 14:01:03
Modified files:
luci/site/luci/Extensions: ModelBuilder.py
Removed files:
luci/site/luci/Extensions: CommandHandler.py MessageLibrary.py
Log message:
get rid of traces of GTK
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ModelBuilder.py.diff?cvsroot=cluster&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/CommandHandler.py.diff?cvsroot=cluster&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/MessageLibrary.py.diff?cvsroot=cluster&r1=1.1&r2=NONE
--- conga/luci/site/luci/Extensions/ModelBuilder.py 2007/01/15 21:29:53 1.14
+++ conga/luci/site/luci/Extensions/ModelBuilder.py 2007/01/23 14:01:02 1.15
@@ -40,7 +40,6 @@
from FailoverDomainNode import FailoverDomainNode
from Rm import Rm
from Heuristic import Heuristic
-from CommandHandler import CommandHandler
from CommandError import CommandError
from GeneralError import GeneralError
from clui_constants import *
@@ -118,7 +117,6 @@
self.resourcemanager_ptr = None
self.resources_ptr = None
self.fence_daemon_ptr = None
- self.command_handler = CommandHandler()
self.isModified = False
self.quorumd_ptr = None
self.usesQuorumd = False
@@ -521,9 +519,6 @@
def getFilepath(self):
return self.filename
- def isClusterMember(self):
- return self.command_handler.isClusterMember()
-
def setIsVirtualized(self,isVirtualized):
if isVirtualized == None:
self.isVirtualized = False
@@ -1032,7 +1027,6 @@
if self.getLockType() == GULM_TYPE:
gulm_count = len(self.getGULMPtr().getChildren())
if not (gulm_count in (1, 3, 4, 5)):
- MessageLibrary.errorMessage(INVALID_GULM_COUNT % gulm_count)
return False
return True
next reply other threads:[~2007-01-23 14:01 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-23 14:01 rmccabe [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-05-11 2:38 [Cluster-devel] conga/luci/site/luci/Extensions ModelBuilder.p rmccabe
2007-05-11 2:38 rmccabe
2007-05-11 2:36 rmccabe
2007-02-15 18:55 rmccabe
2007-01-23 14:05 rmccabe
2007-01-10 21:48 kupcevic
2007-01-10 21:36 jparsons
2006-10-26 22:59 rmccabe
2006-10-24 15:05 jparsons
2006-10-24 1:42 jparsons
2006-10-06 21:08 rmccabe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070123140103.1214.qmail@sourceware.org \
--to=rmccabe@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.