示例#1
0
文件: base.py 项目: daleha/git-kit
	def delete_remote(self, remote):
		"""Delete the given remote."""
		return Remote.remove(self, remote)