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

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [9d68673fa8]:

To Artifact [6958917597]:


44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
import compat2and3
from xml.sax.saxutils import escape as html_escape


# Plugin manager
class pluginmanager2(object):

    module = "pluginmanager2"
    meta = plugin_meta()
    parent = None
    vbox = None


    # Hook up
    def __init__(self, parent):







|







44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
import compat2and3
from xml.sax.saxutils import escape as html_escape


# Plugin manager
class pluginmanager2(object):

    module = __name__
    meta = plugin_meta()
    parent = None
    vbox = None


    # Hook up
    def __init__(self, parent):