oauth 2 libraries.

2011-04-26 Thread David Vicente
Hi, I´m looking for a library to use oauth 2. I have found several libraries very similar among them. I´d like to know if someone use another one or some of these libraries and what do you advise me. - https://github.com/simplegeo/python-

RE: Remove whitespaces and line breaks in a XML file

2011-02-08 Thread David Vicente
I´ll try to mix it with my code (xml.etree). Thanks ;) -Mensaje original- De: python-list-bounces+dvicente=full-on-net@python.org [mailto:python-list-bounces+dvicente=full-on-net@python.org] En nombre de Josh English Enviado el: martes, 08 de febrero de 2011 0:46 Para: python-lis

Remove whitespaces and line breaks in a XML file

2011-02-07 Thread David Vicente
Hi, I´m parsing an xml file with xml.etree. It works correctly, but I have a problem with the text attribute of the elements which should be empty. For example, in this case: Ken The text element of “book” should be empty, but it returns me some whitespaces and break li