src/eric7/eric7_ide.py

branch
eric7
changeset 9955
aa02420279fe
parent 9690
2dc33116df50
child 10238
9ea4634a697e
equal deleted inserted replaced
9954:7c5fa3eef082 9955:aa02420279fe
84 os.makedirs(settingsDir) 84 os.makedirs(settingsDir)
85 QSettings.setPath( 85 QSettings.setPath(
86 QSettings.Format.IniFormat, QSettings.Scope.UserScope, settingsDir 86 QSettings.Format.IniFormat, QSettings.Scope.UserScope, settingsDir
87 ) 87 )
88 sys.argv.remove(arg) 88 sys.argv.remove(arg)
89
90 # make Third-Party package 'Jasy' available as a packages repository
91 sys.path.insert(2, os.path.join(os.path.dirname(__file__), "ThirdParty", "Jasy"))
92 89
93 from eric7.EricWidgets.EricApplication import EricApplication 90 from eric7.EricWidgets.EricApplication import EricApplication
94 91
95 92
96 def handleSingleApplication(ddindex): 93 def handleSingleApplication(ddindex):

eric ide

mercurial