86 ) |
86 ) |
87 |
87 |
88 from eric7.Toolbox import Startup |
88 from eric7.Toolbox import Startup |
89 |
89 |
90 |
90 |
91 def createMainWidget(args): # noqa: U100 |
91 def createMainWidget(_args): |
92 """ |
92 """ |
93 Function to create the main widget. |
93 Function to create the main widget. |
94 |
94 |
95 @param args namespace object containing the parsed command line parameters |
95 @param _args namespace object containing the parsed command line parameters |
|
96 (unused) |
96 @type argparse.Namespace |
97 @type argparse.Namespace |
97 @return reference to the main widget |
98 @return reference to the main widget |
98 @rtype QWidget |
99 @rtype QWidget |
99 """ |
100 """ |
100 from eric7.UI.DiffDialog import DiffWindow |
101 from eric7.UI.DiffDialog import DiffWindow |