eric6/E5Gui/E5SingleApplication.py

changeset 8047
b5594178c7fa
parent 7923
91e843545d9a
child 8234
fcb6b4b96274
equal deleted inserted replaced
8045:4d5209dc6eb4 8047:b5594178c7fa
141 continue 141 continue
142 142
143 ext = os.path.splitext(arg)[1] 143 ext = os.path.splitext(arg)[1]
144 ext = os.path.normcase(ext) 144 ext = os.path.normcase(ext)
145 145
146 if ext in ['.e4p']: 146 if ext in ('.epj', '.e4p'):
147 self.__openProject(arg) 147 self.__openProject(arg)
148 elif ext in ['.e4m', '.e5m']: 148 elif ext in ('.emj', '.e4m', '.e5m'):
149 self.__openMultiProject(arg) 149 self.__openMultiProject(arg)
150 else: 150 else:
151 self.__openFile(arg) 151 self.__openFile(arg)
152 152
153 # send any args we had 153 # send any args we had

eric ide

mercurial