Diff
Differences From Artifact [e5b03874ae]:
- File contrib/prefstore.py — part of check-in [fdc2e9e4c4] at 2016-12-11 19:16:52 on branch trunk — Support file open dialog (user: mario, size: 2498) [annotate] [blame] [check-ins using]
To Artifact [32a9e10322]:
- File contrib/prefstore.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: 2501) [annotate] [blame] [check-ins using]
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + | import re import json # hooks three functions to the main extension menu class prefstore(): |