RefactoringRope/ConfigurationPage/AutoCompletionRopePage.py

branch
server_client_variant
changeset 205
55bba6be2cbc
parent 191
2af42804bca2
child 212
f05681349336
equal deleted inserted replaced
204:b4bf79b956bc 205:55bba6be2cbc
21 def __init__(self, plugin): 21 def __init__(self, plugin):
22 """ 22 """
23 Constructor 23 Constructor
24 24
25 @param plugin reference to the plugin object 25 @param plugin reference to the plugin object
26 @type RefactoringRopePlugin
26 """ 27 """
27 ConfigurationPageBase.__init__(self) 28 ConfigurationPageBase.__init__(self)
28 self.setupUi(self) 29 self.setupUi(self)
29 self.setObjectName("AutoCompletionRopePage") 30 self.setObjectName("AutoCompletionRopePage")
30 31

eric ide

mercurial