22 return os.path.join(appdata, "Subversion", "servers") |
23 return os.path.join(appdata, "Subversion", "servers") |
23 else: |
24 else: |
24 homedir = Utilities.getHomeDir() |
25 homedir = Utilities.getHomeDir() |
25 return os.path.join(homedir, ".subversion", "servers") |
26 return os.path.join(homedir, ".subversion", "servers") |
26 |
27 |
|
28 |
27 def getConfigPath(): |
29 def getConfigPath(): |
28 """ |
30 """ |
29 Public method to get the filename of the config file. |
31 Public method to get the filename of the config file. |
30 |
32 |
31 @return filename of the config file (string) |
33 @return filename of the config file (string) |