[kupfer] twitter: Disable plugin pending removal
- From: Ulrik Sverdrup <usverdrup src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [kupfer] twitter: Disable plugin pending removal
- Date: Sat, 5 Mar 2011 16:59:53 +0000 (UTC)
commit 7123c85cd7fa14ee1f9895286b77aa11104ec4b3
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date: Sat Mar 5 17:57:59 2011 +0100
twitter: Disable plugin pending removal
The Twitter API has changed and an updated twitter module is possibly
not available. Given other possibilities (Integration via Gwibber or
Pidgin), Karol and I thought this plugin could be disabled.
Launchpad-bug: https://bugs.launchpad.net/kupfer/+bug/645213
kupfer/plugin/twitter/__init__.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/kupfer/plugin/twitter/__init__.py b/kupfer/plugin/twitter/__init__.py
index 0c52e58..7bdbdec 100644
--- a/kupfer/plugin/twitter/__init__.py
+++ b/kupfer/plugin/twitter/__init__.py
@@ -11,6 +11,8 @@ __author__ = "Karol BÄ?dkowski <karol bedkowski gmail com>"
import urllib2
import time
+raise ImportError("This plugin is no longer supported due to Twitter API Changes")
+
import twitter as twitter
from kupfer import icons, pretty
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]