Diff
Differences From Artifact [75bad296bf]:
- File channels/myoggradio.py — part of check-in [2ccad59967] at 2014-05-13 18:16:04 on branch trunk — Fix missing mygtk import (user: mario, size: 5296) [annotate] [blame] [check-ins using]
To Artifact [bf19ca282c]:
- File channels/myoggradio.py — part of check-in [4b66ed9ef8] at 2014-06-02 01:43:34 on branch trunk — Remove force= parameter from update_streams (user: mario, size: 5287) [annotate] [blame] [check-ins using]
69 70 71 72 73 74 75 | 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | - + | # this is simple, there are no categories def update_categories(self): pass # download links from dmoz listing |