Diff
Differences From Artifact [8242f27bc4]:
- File config.py — part of check-in [d0a9fca2bd] at 2015-05-06 00:07:54 on branch trunk — Fix some print and log statements. (user: mario, size: 12207) [annotate] [blame] [check-ins using]
To Artifact [b35aebea3e]:
- File config.py — part of check-in [494088b7d1] at 2015-05-11 12:21:54 on branch trunk — Change pluginconf lookups. Use only pkg basenames for configuration, but override channels.__path__ directly in module. Thus pluginconf can convert `plugin_base` into path list for module_list() scanning. (user: mario, size: 12209) [annotate] [blame] [check-ins using]
365 366 367 368 369 370 371 | 365 366 367 368 369 370 371 372 373 374 | - + | conf = ConfigDict() log.PROC("ConfigDict() initialized") # tie in pluginconf.* pluginconf.log_WARN = log.WARN pluginconf.log_ERR = log.ERR pluginconf.module_base = "config" |