Diff
Differences From Artifact [62a1ee3f85]:
- File channels/global_key.py — part of check-in [beebec9c76] at 2015-05-03 20:26:01 on branch trunk — Add some version: bumps and add a few versions to depends: references. (user: mario, size: 2367) [annotate] [blame] [check-ins using]
To Artifact [3924071f72]:
- File channels/global_key.py — part of check-in [88aac7840a] at 2016-12-10 13:55:47 on branch trunk — Use `module = __name__` consistently for all plugins (user: mario, size: 2363) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
26 27 28 29 30 31 32 | # register a key class global_key(object): # control attributes | | | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | # register a key class global_key(object): # control attributes module = __name__ meta = plugin_meta() last = 0 # register def __init__(self, parent): self.parent = parent |
︙ | ︙ |