Diff
Differences From Artifact [9721a1e7b7]:
- File channels/tunein.py — part of check-in [a7b0cd39a2] at 2015-04-17 21:14:32 on branch trunk — Remove remnant module .title/etc attributes, and .current category overwriting. (user: mario, size: 4751) [annotate] [blame] [check-ins using]
To Artifact [0bca890c80]:
- File channels/tunein.py — part of check-in [ebae9e51ac] at 2015-04-21 06:05:56 on branch trunk — Replace old __print__/dbg.XYZ references with new log.XYZ() wrapper. (user: mario, size: 4732) [annotate] [blame] [check-ins using]
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - + | # heaps more talk and local show entries, etc. (Would require # more deeply nested category tree.) # import re import json |