Diff
Differences From Artifact [5079381818]:
- File channels/timer.py — part of check-in [220ee1286a] at 2014-05-13 21:00:06 on branch trunk — Exchange audio/mp3 for standard audio/mpeg MIME type. (user: mario, size: 5794) [annotate] [blame] [check-ins using]
To Artifact [cb57b7822f]:
- File channels/timer.py — part of check-in [c6e5353c19] at 2014-05-15 20:04:20 on branch trunk — Readd missing regex module. (user: mario, size: 5804) [annotate] [blame] [check-ins using]
︙ | |||
22 23 24 25 26 27 28 29 30 31 32 33 34 35 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | + | from config import __print__, dbg from channels import * import kronos from mygtk import mygtk from action import action import copy import re # timed events (play/record) within bookmarks tab class timer: # plugin info |
︙ |