def get_svn_exe(self): exe = os.path.join (get_program_files_directory(), r'Subversion\bin\svn.exe') if os.path.isfile (exe): return exe
def get_tiff_dll(self, version): dllpath = os.path.join (get_program_files_directory (), r'GnuWin32\bin\libtiff%s.dll' % (version[0])) if os.path.isfile(dllpath): return dllpath return