src/eric7/Plugins/PluginVcsGit.py

branch
eric7
changeset 10069
435cc5875135
parent 10061
8bdad5699288
child 10437
2f70ca07f0af
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
98 98
99 99
100 gitCfgPluginObject = None 100 gitCfgPluginObject = None
101 101
102 102
103 def createConfigurationPage(configDlg): 103 def createConfigurationPage(configDlg): # noqa: U100
104 """ 104 """
105 Module function to create the configuration page. 105 Module function to create the configuration page.
106 106
107 @param configDlg reference to the configuration dialog (QDialog) 107 @param configDlg reference to the configuration dialog (QDialog)
108 @return reference to the configuration page 108 @return reference to the configuration page

eric ide

mercurial