[Moin-user] Help on macro.formatter

Marcão marcoalher at yahoo.com.br
Tue Sep 11 15:58:10 EDT 2007


Hi All.

I'm new in Moin and Python and I'm facing some problems that I think is very simple.

I have a list "aaa bbb ccc ddd eee" that I print with this command: 

    lista = "aaa bbb ccc ddd eee"
    return macro.formatter.text("%s" % (lista))

The result is:

    aaa bbb ccc ddd eee

But I need to print this like:
    
    aaa
    bbb
    ccc
    ddd
    eee


I don't know how to print like this.
Could someone help me ?

Thanks

Marco




      Flickr agora em português. Você clica, todo mundo vê.
http://www.flickr.com.br/




More information about the Moin-user mailing list