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

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [b27eefc5db]:

To Artifact [a62aaaa5c0]:


29
30
31
32
33
34
35

36
37
38
39
40
41
42
# GtkBuilder description. They derive from ChannelPlugins therefore,
# which constructs and registers the required gtk widgets manually.


import gtk
from uikit import uikit, ver as gtk_ver
from config import *

import ahttp
import action
import os.path
import xml.sax.saxutils
import re
import copy
import inspect







>







29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# GtkBuilder description. They derive from ChannelPlugins therefore,
# which constructs and registers the required gtk widgets manually.


import gtk
from uikit import uikit, ver as gtk_ver
from config import *
from compat2and3 import *
import ahttp
import action
import os.path
import xml.sax.saxutils
import re
import copy
import inspect