Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 263766
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +4 lines)
Line  Link Here
0
-- totem-2.26.0/src/plugins/opensubtitles/opensubtitles.py
0
++ totem-2.26.0/src/plugins/opensubtitles/opensubtitles.py
Lines 1-5 Link Here
1
import totem
1
import totem
2
import gobject, gtk, gio, gconf
2
import gobject, gtk, gio, gconf
3
import gettext
3
gobject.threads_init()
4
gobject.threads_init()
4
import xmlrpclib
5
import xmlrpclib
5
import threading
6
import threading
Lines 8-13 Link Here
8
9
9
from hash import hashFile
10
from hash import hashFile
10
11
12
D_ = gettext.dgettext
13
11
USER_AGENT = 'Totem'
14
USER_AGENT = 'Totem'
12
OK200 = '200 OK'
15
OK200 = '200 OK'
13
TOTEM_REMOTE_COMMAND_REPLACE = 14
16
TOTEM_REMOTE_COMMAND_REPLACE = 14

Return to bug 263766