1964:6a6a53f2d086 | 1965:96f5a76e1845 |
---|---|
4 # | 4 # |
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 |
10 class WebPluginInterface(object): | 11 class WebPluginInterface(object): |
11 """ | 12 """ |
12 Class implementing the web plug-in interface. | 13 Class implementing the web plug-in interface. |
13 """ | 14 """ |