Diff
Differences From Artifact [6fbcbf2d8d]:
- File contrib/prefstore.py — part of check-in [f117d88494] at 2016-12-10 12:23:41 on branch trunk — New plugin: prefstore and updated .win.pack+resetprefs.cmd (user: mario, size: 2387) [annotate] [blame] [check-ins using]
To Artifact [1f207b383e]:
- File contrib/prefstore.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: 2384) [annotate] [blame] [check-ins using]
| ︙ | |||
19 20 21 22 23 24 25 26 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | + - |
import re
import json
# hooks three functions to the main extension menu
class prefstore():
module = __name__
meta = plugin_meta()
|
| ︙ |