Diff
Differences From Artifact [8b1442273b]:
- File contrib/continuous_record.py — part of check-in [5954812093] at 2015-11-12 22:30:52 on branch trunk — Needs proper signal disconnecting (overlaps with standard record function). (user: mario, size: 2601) [annotate] [blame] [check-ins using]
To Artifact [db37b9587d]:
- File contrib/continuous_record.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: 2612) [annotate] [blame] [check-ins using]
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - + | import action from config import * from uikit import * import os, os.path # Stop button class continuous_record(object): |