Diff
Differences From Artifact [f2de7a5aec]:
- File config.py — part of check-in [bb7e73cafb] at 2015-04-05 18:22:27 on branch trunk — File reading in plugin_meta(): convert Py3 bytes to string. (user: mario, size: 13115) [annotate] [blame] [check-ins using]
To Artifact [2154593dfb]:
- File config.py — part of check-in [2b63a42675] at 2015-04-05 20:27:33 on branch trunk — Recategorized some dbg.ERR messages, but make them displayed now regardless of conf.debug setting. (user: mario, size: 13137) [annotate] [blame] [check-ins using]
382 383 384 385 386 387 388 | 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 | - + | """, re.X) # wrapper for all print statements def __print__(*args): |