Check-in [12d3b19c1d]
Overview
| Comment: | Support multiple `plugin_base` references (namely "channels" and "plugins"). |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
12d3b19c1deefc4c459dc835a583e2f2 |
| User & Date: | mario on 2015-05-03 14:08:37 |
| Other Links: | manifest | tags |
Context
|
2015-05-03
| ||
| 14:09 | Allow to override encoding= for .text results (requests can't detect it automatically for binary/json responses). check-in: 00ff8bac09 user: mario tags: trunk | |
| 14:08 | Support multiple `plugin_base` references (namely "channels" and "plugins"). check-in: 12d3b19c1d user: mario tags: trunk | |
| 14:08 | Add .wrap() from configdialog for general use. check-in: 1ad0b9e76b user: mario tags: trunk | |
Changes
Modified config.py from [974441daf6] to [f4ef1864d6].
| ︙ | |||
389 390 391 392 393 394 395 | 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 | + - + + + - - + + + + |
# Extremely crude version for Python and streamtuner2 plugin usage.
# But can fetch from different sources:
# ยท fn= to read from literal files, out of a .pyzip package
# ยท src= to extract from pre-read script code
# ยท module= utilizes pkgutil to read
# ยท frame= automatically extract comment header from caller
#
plugin_base = ("channels", "plugins")
|
| ︙ |