src/eric7/eric7_configure.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10716
11cdcc824469
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
72 ) 72 )
73 73
74 from eric7.Toolbox import Startup 74 from eric7.Toolbox import Startup
75 75
76 76
77 def createMainWidget(args): # noqa: U100 77 def createMainWidget(_args):
78 """ 78 """
79 Function to create the main widget. 79 Function to create the main widget.
80 80
81 @param args namespace object containing the parsed command line parameters 81 @param _args namespace object containing the parsed command line parameters
82 (unused)
82 @type argparse.Namespace 83 @type argparse.Namespace
83 @return reference to the main widget 84 @return reference to the main widget
84 @rtype QWidget 85 @rtype QWidget
85 """ 86 """
86 from eric7.Preferences.ConfigurationDialog import ConfigurationWindow 87 from eric7.Preferences.ConfigurationDialog import ConfigurationWindow

eric ide

mercurial