Diff
Differences From Artifact [91d1d3cd68]:
- File pluginconf.py — part of check-in [5020c93825] at 2015-05-23 15:45:50 on branch trunk — Fix swapped boolean and integer options in set_plugin_defaults() (user: mario, size: 17440) [annotate] [blame] [check-ins using]
To Artifact [9a5f974003]:
- File pluginconf.py — part of check-in [294a2672d2] at 2015-05-26 00:43:47 on branch trunk — Allow api: to be "python" or "streamtuner2" (user: mario, size: 17456) [annotate] [blame] [check-ins using]
︙ | |||
418 419 420 421 422 | 418 419 420 421 422 423 424 425 426 427 428 | - + | def valid(self, newpl): id = newpl.get("$name", "__invalid") have_ver = self.have.get(id, {}).get("version", "0") if id.find("__") == 0: pass |
︙ |