Plugins/PluginEricapi.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2407
b98cc8ee1142
child 2791
a9577f248f04
equal deleted inserted replaced
2523:139f182b72f6 2525:8b507a9a2d40
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the Ericapi plugin. 7 Module implementing the Ericapi plugin.
8 """ 8 """
9
10 from __future__ import unicode_literals # __IGNORE_WARNING__
9 11
10 import os 12 import os
11 13
12 from PyQt4.QtCore import QObject 14 from PyQt4.QtCore import QObject
13 from PyQt4.QtGui import QDialog, QApplication 15 from PyQt4.QtGui import QDialog, QApplication
71 """ 73 """
72 Constructor 74 Constructor
73 75
74 @param ui reference to the user interface object (UI.UserInterface) 76 @param ui reference to the user interface object (UI.UserInterface)
75 """ 77 """
76 super().__init__(ui) 78 super(EricapiPlugin, self).__init__(ui)
77 self.__ui = ui 79 self.__ui = ui
78 self.__initialize() 80 self.__initialize()
79 81
80 def __initialize(self): 82 def __initialize(self):
81 """ 83 """

eric ide

mercurial