Diff
Differences From Artifact [a0ecd3dcce]:
- File channels/timer.py — part of check-in [9f078dbb00] at 2016-12-10 23:17:53 on branch trunk — Make timer warning background orange (user: mario, size: 7677) [annotate] [blame] [check-ins using]
To Artifact [3136ca6563]:
- File channels/timer.py — part of check-in [09dec64f41] at 2016-12-16 16:26:55 on branch trunk — Reverted all `module = __name__` assignments, because that was carrying the module over, not the base classname. Added #extraction-method: meta information to channel plugins. (user: mario, size: 7685) [annotate] [blame] [check-ins using]
︙ | |||
34 35 36 37 38 39 40 | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | - + - + | import action import copy import re # timed events (play/record) within bookmarks tab |
︙ |