From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 23 Jan 2007 14:05:26 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions ModelBuilder.p ... Message-ID: <20070123140526.5720.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2007-01-23 14:05:26 Modified files: luci/site/luci/Extensions: ModelBuilder.py Removed files: luci/site/luci/Extensions: CommandError.py ValidationError.py Log message: cruft removal Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ModelBuilder.py.diff?cvsroot=cluster&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/CommandError.py.diff?cvsroot=cluster&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ValidationError.py.diff?cvsroot=cluster&r1=1.1&r2=NONE --- conga/luci/site/luci/Extensions/ModelBuilder.py 2007/01/23 14:01:02 1.15 +++ conga/luci/site/luci/Extensions/ModelBuilder.py 2007/01/23 14:05:25 1.16 @@ -40,7 +40,6 @@ from FailoverDomainNode import FailoverDomainNode from Rm import Rm from Heuristic import Heuristic -from CommandError import CommandError from GeneralError import GeneralError from clui_constants import * import MessageLibrary