Diff
Differences From Artifact [6bbc72e8d5]:
- File channels/xiph.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: 8968) [annotate] [blame] [check-ins using]
To Artifact [e14b45bb99]:
- File channels/xiph.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: 8977) [annotate] [blame] [check-ins using] [more...]
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - + | # # streamtuner2 modules from config import conf from mygtk import mygtk |