Diff
Differences From Artifact [e46cdc65d0]:
- File channels/__init__.py — part of check-in [65a0b18268] at 2015-04-10 10:49:56 on branch trunk — Move concrete row(), rowno(), selected(), model_iter() and play(), record() implementations from main into channels.GenericModule. (user: mario, size: 23714) [annotate] [blame] [check-ins using]
To Artifact [b6c3442f9b]:
- File channels/__init__.py — part of check-in [801ad7fd98] at 2015-04-10 10:54:35 on branch action-mapfmts — Sync with trunk changes. (user: mario, size: 23704) [annotate] [blame] [check-ins using] [more...]
56 57 58 59 60 61 62 | 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | - + | # generic channel module --------------------------------------- class GenericChannel(object): # desc meta = { "config": [] } homepage = "http://fossil.include-once.org/streamtuner2/" base_url = "" |