Diff
Differences From Artifact [7a53bd0585]:
- File channels/history.py — part of check-in [f5a59de6b8] at 2015-04-02 17:38:08 on branch trunk — Compact plugin comments to be more user-targetted. (user: mario, size: 1580) [annotate] [blame] [check-ins using]
To Artifact [140c84d35b]:
- File channels/history.py — part of check-in [a7b0cd39a2] at 2015-04-17 21:14:32 on branch trunk — Remove remnant module .title/etc attributes, and .current category overwriting. (user: mario, size: 1563) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
15 16 17 18 19 20 21 | from config import * from channels import * class history: | | < < | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
from config import *
from channels import *
class history:
# plugin attributes
module = "history"
meta = plugin_meta()
# store
bm = None
# hook up to main tab
def __init__(self, parent):
|
| ︙ | ︙ |