Toolbox/Startup.py

changeset 3030
4a0a82ddd9d2
parent 2965
d133c7edd88a
child 3034
7ce719013078
child 3058
0a02c433f52d
equal deleted inserted replaced
3029:4055a15ce0f2 3030:4a0a82ddd9d2
184 loc = None 184 loc = None
185 return loc 185 return loc
186 186
187 187
188 def simpleAppStartup(argv, appinfo, mwFactory, quitOnLastWindowClosed=True, 188 def simpleAppStartup(argv, appinfo, mwFactory, quitOnLastWindowClosed=True,
189 app=None, raiseIt=True, installErrorHandler=False): 189 app=None, raiseIt=True, installErrorHandler=False):
190 """ 190 """
191 Module function to start up an application that doesn't need a specialized 191 Module function to start up an application that doesn't need a specialized
192 start up. 192 start up.
193 193
194 This function is used by all of eric5's helper programs. 194 This function is used by all of eric5's helper programs.

eric ide

mercurial