src/eric7/Plugins/PluginVcsPySvn.py

branch
eric7
changeset 10683
779cda568acb
parent 10496
f9925e08dbce
child 10716
11cdcc824469
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
98 98
99 99
100 subversionCfgPluginObject = None 100 subversionCfgPluginObject = None
101 101
102 102
103 def createConfigurationPage(configDlg): # noqa: U100 103 def createConfigurationPage(_configDlg):
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 107 @param _configDlg reference to the configuration dialog (unused)
108 @type QDialog 108 @type QDialog
109 @return reference to the configuration page 109 @return reference to the configuration page
110 @rtype SubversionPage 110 @rtype SubversionPage
111 """ 111 """
112 from eric7.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage import ( 112 from eric7.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage import (

eric ide

mercurial