From 1bb1c71785da5d4c8a916d87ab68bc48e5103bd3 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Fri, 1 Dec 2006 16:21:33 +0000 Subject: [PATCH] do not integrate with kread --- configs/kompare | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/configs/kompare b/configs/kompare index 8fff7f82a..3d642a2b1 100755 --- a/configs/kompare +++ b/configs/kompare @@ -5,11 +5,10 @@ # Marc E. Fiuczynski # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: kompare,v 1.2 2006/11/30 17:07:03 mef Exp $ +# $Id: kompare,v 1.3 2006/11/30 23:02:35 mef Exp $ # import sys, re, os -import kread def process(file): ORDER = [] @@ -74,9 +73,6 @@ for key in keys: n = new[key] if n==o and not showall: continue print "%6s -> %6s : %s" % (newstate.get(o,o),newstate.get(n,n),key) - if not showall: continue - helptxt=kread.gethelp(key) - if helptxt<>'':print helptxt # not sure we care about what options have been removed # from from.config file -- 2.43.0