Helpviewer/WebPlugins/WebPluginInterface.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2302
f29e9405c851
child 2538
b2642e7a4c18
equal deleted inserted replaced
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 """

eric ide

mercurial