def getGitRepFolder(): # import subprocess # return subprocess.Popen(['git', 'rev-parse', '--show-toplevel'], stdout=subprocess.PIPE).communicate()[0].rstrip() return '/home/ly/workspace/Vanilla'