eric7/Project/Project.py

branch
unittest
changeset 9070
eab09a1ab8ce
parent 9065
39405e6eba20
child 9072
8d3ae97ee666
equal deleted inserted replaced
9069:938039ea15ca 9070:eab09a1ab8ce
3361 3361
3362 def getMainScript(self, normalized=False): 3362 def getMainScript(self, normalized=False):
3363 """ 3363 """
3364 Public method to return the main script filename. 3364 Public method to return the main script filename.
3365 3365
3366 The normalized name is the name of the main script prepended with
3367 the project path.
3368
3366 @param normalized flag indicating a normalized filename is wanted 3369 @param normalized flag indicating a normalized filename is wanted
3367 (boolean) 3370 (boolean)
3368 @return filename of the projects main script (string) 3371 @return filename of the projects main script (string)
3369 """ 3372 """
3370 if self.pdata["MAINSCRIPT"]: 3373 if self.pdata["MAINSCRIPT"]:

eric ide

mercurial