--- trunk/mia/status.py 2001/04/13 02:10:04 135 +++ trunk/mia/status.py 2001/04/13 02:21:20 136 @@ -105,7 +105,7 @@ for entry in info[file].values(): fields = re.split(':\s+', entry, 2) if len(fields) > 1: - what = re.split('\s*&\s*', fields[0])[0] + what = re.split('\s+|&', fields[0])[0] packages = re.split(',\s*', fields[1]) for key in matches.keys(): if string.lower(what) in matches[key]: