2017-09-05 117 views

回答

1

我無法找到使用svn模塊的解決方案。我所做的只是使用了subprocess模塊:

import subprocess 
subprocess.check_call('svn delete {}'.format(file))