numpy loadtxt and comments

Hi All

Not really about matplotlib, but since the load() function was removed
it seems we have to use numpy.loadtxt in stead.
I'm reading some datafiles that have comment line beginning with both
'#' and '@'. Is there a way to assign two different values to the
'comments' keyword?

Thanks, Peter