Diff
Differences From Artifact [f195cf603e]:
- File channels/radiotray.py — part of check-in [363dce5eb9] at 2015-04-26 15:35:21 on branch trunk — Cover most catched exceptions with log messages. (user: mario, size: 4693) [annotate] [blame] [check-ins using]
To Artifact [95666bc7a7]:
- File channels/radiotray.py — part of check-in [88aac7840a] at 2016-12-10 13:55:47 on branch trunk — Use `module = __name__` consistently for all plugins (user: mario, size: 4690) [annotate] [blame] [check-ins using]
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | - + | from xml.etree import ElementTree # not a channel plugin, just a category in bookmarks, and a context menu class radiotray: # plugin info |