diff --git a/README.markdown b/README.markdown index 61ab220..7dcdbae 100644 --- a/README.markdown +++ b/README.markdown @@ -7,7 +7,7 @@ You'll need the following python modules: * pyGTK * dateutil * python-oauth -* python-twitter (the dev version, not 0.6), along with my patches (included here) +* python-twitter (the dev branch), along with my patches (included here) For the twitter module, you can download and install it with: diff --git a/TODO b/TODO index 5136a41..8dd71c1 100644 --- a/TODO +++ b/TODO @@ -14,6 +14,5 @@ features: bugs: -* "ValueError: list.remove(x): x not in list" when trying to close a tab (error recurred after adding conversation support). Tabs can be reordered, then closed, as a workaround. * Links must be right-clicked on to activate - can't left-click on the link directly. This seems to be a pygtk issue * Sometimes tweets are posted when we display 'failed to post tweet'... need to differentiate between kinds of errors... or something.