Merge lp:~diesch/python-snippets/pygtk-snippets into lp:~jonobacon/python-snippets/trunk

Proposed by Florian Diesch
Status: Merged
Merged at revision: not available
Proposed branch: lp:~diesch/python-snippets/pygtk-snippets
Merge into: lp:~jonobacon/python-snippets/trunk
Diff against target: 10 lines (+1/-1)
1 file modified
twitter/twit.py (+1/-1)
To merge this branch: bzr merge lp:~diesch/python-snippets/pygtk-snippets
Reviewer Review Type Date Requested Status
Jono Bacon Pending
Review via email: mp+22965@code.launchpad.net

Description of the change

twitter/twit.py: added comment about which package is used as here are several Twitter API packages.

To post a comment you must log in.
82. By Jono Bacon

A new inspect snippet. Thanks, Manish!

83. By Jono Bacon

CouchDB listener example.

84. By Jono Bacon

Attach something to a DesktopCouch entry.

85. By Jono Bacon

Load a pixbuf into a texture.

86. By Jono Bacon

Awesome webkit table example.

87. By Jono Bacon

First GConf snippet!

88. By Jono Bacon

Easter eggs example for Cairo. Thanks, Bruno!

89. By Jono Bacon

Twitter snippet documentation link.

90. By Jono Bacon

Custom actor snippet for Clutter.

91. By Jono Bacon

Added 'import sys' for import gtk or vte exceptions.

92. By Jono Bacon

Snippet to read an OpenOffice.org spreadsheet file.

93. By Jono Bacon

Added comment to clarify which twitter Python module is used. Thanks, Florian!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'twitter/twit.py'
2--- twitter/twit.py 2010-04-03 19:46:19 +0000
3+++ twitter/twit.py 2010-04-07 19:17:14 +0000
4@@ -1,6 +1,6 @@
5 # [SNIPPET_NAME: Login and Tweet]
6 # [SNIPPET_CATEGORIES: twitter, PyGTK]
7-# [SNIPPET_DESCRIPTION: Log in to your Twitter account and update your status.]
8+# [SNIPPET_DESCRIPTION: Log in to your Twitter account and update your status. Uses http://code.google.com/p/python-twitter/]
9 # [SNIPPET_AUTHOR: Joel Auterson joel.auterson@googlemail.com]
10 # [SNIPPET_LICENSE: GPL]
11

Subscribers

People subscribed via source and target branches