Check-in [c6e5353c19]
Overview
| Comment: | Readd missing regex module. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
c6e5353c195ffe67766effdce19d8c52 |
| User & Date: | mario on 2014-05-15 20:04:20 |
| Other Links: | manifest | tags |
Context
|
2014-05-15
| ||
| 20:07 | Better probe for None and empty "" string in titles or urls check-in: 9bfbde8091 user: mario tags: trunk | |
| 20:04 | Readd missing regex module. check-in: c6e5353c19 user: mario tags: trunk | |
| 19:45 | and conf.pyquery default, so it's not forgotten by config_dialog.save_config check-in: bc473dc5da user: mario tags: trunk | |
Changes
Modified channels/timer.py from [5079381818] to [cb57b7822f].
| ︙ | ︙ | |||
22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
from config import __print__, dbg
from channels import *
import kronos
from mygtk import mygtk
from action import action
import copy
# timed events (play/record) within bookmarks tab
class timer:
# plugin info
| > | 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
|
| ︙ | ︙ |