BUG: typo in cwm_list.py

Hi,

line 67 of cwm_list.py should probably read:

	return [x for x in obj]

instead of:

	return [x or x in obj]

unless that was meant to make working with rdf lists even fancier of course ;-)

ciao
ste

Received on Wednesday, 9 March 2005 04:58:20 UTC