1*8a52c783SCole Faustimport subprocess 2*8a52c783SCole Faustdef stage_file(filename): 3*8a52c783SCole Faust return subprocess.call(["git", "add", "-A", filename])
1*8a52c783SCole Faustimport subprocess 2*8a52c783SCole Faustdef stage_file(filename): 3*8a52c783SCole Faust return subprocess.call(["git", "add", "-A", filename])