Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Check-in [2ccad59967]

Overview
Comment:Fix missing mygtk import
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 2ccad59967c3ead6572510811157b38251c04d90
User & Date: mario on 2014-05-13 18:16:04
Other Links: manifest | tags
Context
2014-05-13
18:18
Introduce SurfMusik.de channel (original on Ubuntu forums, a bit rewritten to accomodate that changed HTML and more categories) check-in: db4dea4fcb user: mario tags: trunk
18:16
Fix missing mygtk import check-in: 2ccad59967 user: mario tags: trunk
16:23
Completer plugin meta data blocks, now utilized in channel settings dialog for nicer descriptions. check-in: fff3b62827 user: mario tags: trunk
Changes

Modified channels/myoggradio.py from [a4c03f3784] to [75bad296bf].

18
19
20
21
22
23
24

25
26
27
28
29
30
31
#



from channels import *
from config import conf
from action import action


import re
import json
from compat2and3 import StringIO
import copy









>







18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#



from channels import *
from config import conf
from action import action
from mygtk import mygtk

import re
import json
from compat2and3 import StringIO
import copy