src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUtilities.py

branch
eric7
changeset 9288
ce20d7c936b1
parent 9221
bf71ee032bb4
child 9413
80c06d472826
equal deleted inserted replaced
9287:ce3ceb47300c 9288:ce20d7c936b1
39 else: 39 else:
40 dirName = os.path.dirname(sys.executable) 40 dirName = os.path.dirname(sys.executable)
41 if os.path.exists(os.path.join(dirName, program)): 41 if os.path.exists(os.path.join(dirName, program)):
42 exe = os.path.join(dirName, program) 42 exe = os.path.join(dirName, program)
43 43
44 if not exe: 44 if not exe:
45 exe = program 45 exe = program
46 46
47 return exe 47 return exe
48 48
49 49
50 def getConfigPath(): 50 def getConfigPath():

eric ide

mercurial