From: Marc Fiuczynski Date: Fri, 1 Dec 2006 16:21:33 +0000 (+0000) Subject: do not integrate with kread X-Git-Tag: before-fedora-2_6_18-1_2255_FC5-vs2_0_2_2-rc9~7 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1bb1c71785da5d4c8a916d87ab68bc48e5103bd3;p=linux-2.6.git do not integrate with kread --- 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