Diff
Differences From Artifact [f7e98ed69f]:
- File config.py — part of check-in [3497339549] at 2015-05-12 22:17:19 on branch trunk — Add plugin defaults (for newly added options, but previously active modules) in any case when starting with -D flag. Save settings.json in json.dumps(sort_keys=True) mode. (user: mario, size: 12225) [annotate] [blame] [check-ins using]
To Artifact [e3065a7831]:
- File config.py — part of check-in [2335ea7a46] at 2015-05-13 00:00:39 on branch trunk — Move mime_fmt() into regular function. Fix live365 ahttp feedback= bug. Regroup functions and update a few comments in channels/__init__ (user: mario, size: 12164) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
75 76 77 78 79 80 81 |
args = {}
# start
def __init__(self):
# object==dict means conf.var is conf["var"]
| | | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
args = {}
# start
def __init__(self):
# object==dict means conf.var is conf["var"]
self.__dict__ = self
# prepare
self.defaults()
self.xdg()
# runtime
self.share = os.path.dirname(os.path.abspath(__file__))
|
| ︙ | ︙ |