Ejemplo n.º 1
0
	def create_remote(self, name, url, **kwargs):
		"""Create a new remote.
		
		For more information, please see the documentation of the Remote.create 
		methods 
		
		:return: Remote reference"""
		return Remote.create(self, name, url, **kwargs)