Check-in [6946ba0cdd]
Overview
Comment: | Undo __name__ shortcut, because it carries the package name as well |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6946ba0cdd83a89c79c6b2a3bdc9880c |
User & Date: | mario on 2016-12-11 13:31:58 |
Other Links: | manifest | tags |
Context
2016-12-11
| ||
13:32 | safeguard absent config option check-in: 978c9ffe56 user: mario tags: trunk | |
13:31 | Undo __name__ shortcut, because it carries the package name as well check-in: 6946ba0cdd user: mario tags: trunk | |
13:31 | Fix $kwargs for PS2.0 check-in: b2f32bc1eb user: mario tags: trunk | |
Changes
Modified channels/links.py from [3565a0363a] to [f73313d581].
︙ | ︙ | |||
19 20 21 22 23 24 25 | # hooks into main.bookmarks class links (object): # plugin info | | | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | # hooks into main.bookmarks class links (object): # plugin info module = "links" meta = plugin_meta() # list streams = [ ] default = [ ("stream", "rad.io", "http://www.rad.io/"), ("stream", "RadioTower", "http://www.radiotower.com/"), |
︙ | ︙ |