src/eric7/eric7_pip.py

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

eric ide

mercurial