do not integrate with kread
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 1 Dec 2006 16:21:33 +0000 (16:21 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 1 Dec 2006 16:21:33 +0000 (16:21 +0000)
configs/kompare

index 8fff7f8..3d642a2 100755 (executable)
@@ -5,11 +5,10 @@
 # Marc E. Fiuczynski <mef@cs.princeton.edu>
 # 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