[maemo-developers] [maemo-developers] Maemo Python Tutorial code areas broken

From: Laurent GUERBY laurent at guerby.net
Date: Sun Dec 3 22:08:39 EET 2006
Hi,

All the code areas of:
http://maemo.org/platform/docs/pymaemo/python_maemo_howto.html

Look broken (EOL/spacing wise), eg:
<<
 #!/usr/bin/env python2.4
 import gtk  if __name__ == "__main__":     window = gtk.Window(gtk.WINDOW_TOPLEVEL)
     label = gtk.Label("Hello World!")     window.add(label)      label.show()
    window.show()      gtk.main()         
>>

Same thing in the PDF.

Sincerely,

Laurent


More information about the maemo-developers mailing list