2533:8fb5922867f2 | 2538:b2642e7a4c18 |
---|---|
7 Module implementing the web plug-in interface. | 7 Module implementing the web plug-in interface. |
8 """ | 8 """ |
9 | 9 |
10 | 10 |
11 from __future__ import unicode_literals # __IGNORE_WARNING__ | 11 from __future__ import unicode_literals # __IGNORE_WARNING__ |
12 | |
12 | 13 |
13 class WebPluginInterface(object): | 14 class WebPluginInterface(object): |
14 """ | 15 """ |
15 Class implementing the web plug-in interface. | 16 Class implementing the web plug-in interface. |
16 """ | 17 """ |