>> 1249-52: I'd think you could turn this into simply >> >> pkgs = " ".join(order.values()) >> > That will not work, since order is a list of keys not a dictionary. >
Yeah, missed that. Fine then. Dave
>> 1249-52: I'd think you could turn this into simply >> >> pkgs = " ".join(order.values()) >> > That will not work, since order is a list of keys not a dictionary. >
Yeah, missed that. Fine then. Dave