--- anaconda-7.3/comps.py Thu Mar 7 16:13:50 2002 +++ anaconda-7.3-f1/comps.py Fri May 31 11:16:33 2002 @@ -491,6 +491,10 @@ self.expressions = {} state = [ None ] for l in lines: +#CJS -- allow for comments in the comps file with the standard # syntax + if (find(l,"#") > -1): + l = l[:index(l,"#")] +#CJS -- END l = strip (l) if (not l): continue expression = None