~ubuntu-branches/ubuntu/trusty/rhythmbox/trusty-proposed

« back to all changes in this revision

Viewing changes to plugins/context/LinksTab.py

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-22 03:30:41 UTC
  • mto: (1.3.2)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20111122033041-szxjds5epwzk345s
Tags: upstream-2.90.1~git20111117.f101562
ImportĀ upstreamĀ versionĀ 2.90.1~git20111117.f101562

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
from gi.repository import RB
33
33
from gi.repository import WebKit
34
34
 
35
 
from gettext import gettext as _
36
 
 
37
35
from mako.template import Template
38
36
 
 
37
import gettext
 
38
gettext.install('rhythmbox', RB.locale_dir())
39
39
 
40
40
class LinksTab (GObject.GObject):
41
41