- Child classes where not cleared when Plugin.clear() was called. Now child classes implements a clear_cls() method to clear a Plugin child class - When discovering plugins if during a is_plugin_dir() check we import two times in the same virtual module name, all non existing attributes values are taken from prvious imported file (the bug was on plugin_type when webui was imported just before dummy, then dummy was an interface)
|
|
||
25 |
|
25 |
|
26 |
|
26 |
|
27 |
|
27 |
|
|
28 |
|
|
|
29 |
|
|
|
30 |
|
|
|
31 |
|
|
|
32 |
|
|
|
33 |
|
|
|
34 |
|
|
|
35 |
|
|
|
36 |
|
|
|
||
216 |
|
216 |
|
217 |
|
217 |
|
218 |
|
218 |
|
|
219 |
|
|
|
220 |
|
|
|
221 |
|
|
|
222 |
|
|
|
223 |
|
|
|
224 |
|
|
|
225 |
|
|
219 |
|
226 |
|
220 |
|
227 |
|
221 |
|
228 |
|
|
|
||
254 |
|
261 |
|
255 |
|
262 |
|
256 |
|
263 |
|
|
264 |
|
|
|
265 |
|
|
|
266 |
|
|
|
267 |
|
|
|
268 |
|
|
|
269 |
|
|
257 |
|
270 |
|
258 |
|
271 |
|
259 |
|
272 |
|
|
|
||
656 |
|
669 |
|
657 |
|
670 |
|
658 |
|
671 |
|
|
672 |
|
|
|
673 |
|
|
|
674 |
|
|
|
675 |
|
|
|
676 |
|
|
|
677 |
|
|
659 |
|
678 |
|
660 |
|
679 |
|
661 |
|
680 |
|
|
|
||
684 |
|
703 |
|
685 |
|
704 |
|
686 |
|
705 |
|
|
706 |
|
|
687 |
|
707 |
|
688 |
|
708 |
|
689 |
|
709 |
|
|
|
||
789 |
|
809 |
|
790 |
|
810 |
|
791 |
|
811 |
|
792 |
|
|
|
|
812 |
|
|
|
813 |
|
|
793 |
|
814 |
|
794 |
|
|
|
|
815 |
|
|
795 |
|
816 |
|
796 |
|
|
|
|
817 |
|
|
797 |
|
818 |
|
798 |
|
819 |
|
799 |
|
820 |
|
|
|
||
57 |
|
57 |
|
58 |
|
58 |
|
59 |
|
59 |
|
|
60 |
|
|
|
61 |
|
|
|
62 |
|
|
|
63 |
|
|
|
64 |
|
|
|
65 |
|
|
|
66 |
|
|
|
67 |
|
|
|
68 |
|