2523:139f182b72f6 | 2525:8b507a9a2d40 |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing the web plug-in interface. | 7 Module implementing the web plug-in interface. |
8 """ | 8 """ |
9 | 9 |
10 | |
11 from __future__ import unicode_literals # __IGNORE_WARNING__ | |
10 | 12 |
11 class WebPluginInterface(object): | 13 class WebPluginInterface(object): |
12 """ | 14 """ |
13 Class implementing the web plug-in interface. | 15 Class implementing the web plug-in interface. |
14 """ | 16 """ |