Diff
Differences From Artifact [7936759236]:
- File channels/live365.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: 5030) [annotate] [blame] [check-ins using]
To Artifact [43a955e299]:
- File channels/live365.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: 5017) [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 | - + | # streamtuner2 modules from config import conf from uikit import uikit import ahttp as http from channels import * |