~online-accounts/+junk/gwibber-service-sohu-opensesame

« back to all changes in this revision

Viewing changes to debian/patches/lp959757.patch

  • Committer: Ken VanDine
  • Date: 2012-04-26 21:08:16 UTC
  • Revision ID: ken.vandine@canonical.com-20120426210816-tmy6o00sixo2l4ue
Tags: 0.8.1-0ubuntu7
releasing version 0.8.1-0ubuntu7

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
=== modified file 'gtk/sohu/__init__.py'
14
14
--- old/gtk/sohu/__init__.py    2012-03-19 19:16:33 +0000
15
 
+++ new/gtk/sohu/__init__.py    2012-04-19 10:45:47 +0000
16
 
@@ -141,7 +141,7 @@
 
15
+++ new/gtk/sohu/__init__.py    2012-04-24 18:11:53 +0000
 
16
@@ -5,6 +5,7 @@
 
17
 from oauth import oauth
 
18
 
 
19
 from gwibber.microblog.util import resources
 
20
+from gwibber.microblog.util.keyring import get_from_keyring
 
21
 import gettext
 
22
 from gettext import gettext as _
 
23
 if hasattr(gettext, 'bind_textdomain_codeset'):
 
24
@@ -141,7 +142,7 @@
17
25
 
18
26
       account_data = json.loads(urllib2.urlopen(apireq.to_url()).read())
19
27