comparison: src/eric7/Plugins/VcsPlugins/vcsGit/GitUtilities.py
src/eric7/Plugins/VcsPlugins/vcsGit/GitUtilities.py
- branch
- eric7
- changeset 9413
- 80c06d472826
- parent 9221
- bf71ee032bb4
- child 9624
- b47dfa7a137d
equal
deleted
inserted
replaced
9 |
9 |
10 import os |
10 import os |
11 |
11 |
12 from PyQt6.QtCore import QProcessEnvironment |
12 from PyQt6.QtCore import QProcessEnvironment |
13 |
13 |
14 import Utilities |
14 from eric7 import Utilities |
15 |
15 |
16 |
16 |
17 def getConfigPath(): |
17 def getConfigPath(): |
18 """ |
18 """ |
19 Public function to get the filename of the config file. |
19 Public function to get the filename of the config file. |