Exemplo n.º 1
0
def test_whoisguard_disable():
	# Comment the return statement below to let this test case run
	return
	api = Api(username, api_key, username, ip_address, sandbox = False)
	#api.debug = False
	xml = api.whoisguard_disable('15558880')
	print("XML:", xml, file=sys.stderr)