Diff
Differences From Artifact [4dcc6f65d4]:
- File channels/internet_radio_org_uk.py — part of check-in [7ef1553f61] at 2014-04-07 00:33:43 on branch trunk — Move __print__ into config, add unified dbg.COLOR codes (user: mario, size: 4488) [annotate] [blame] [check-ins using]
To Artifact [6c77259f65]:
- File channels/internet_radio_org_uk.py — part of check-in [d3b1418bc6] at 2014-04-08 21:16:12 on branch py3 — rename http to ahttp to avoid conflict with Python3 modules, change .iteritems and xrange, remove same remaining plain print statements (user: mario, size: 4497) [annotate] [blame] [check-ins using] [more...]
11 12 13 14 15 16 17 | # from channels import * import re from config import conf, __print__, dbg | | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | # from channels import * import re from config import conf, __print__, dbg import ahttp as http from pq import pq # streams and gui class internet_radio_org_uk (ChannelPlugin): |