This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Das Widget ist auf Grund von Beschwerden von Renault vorrübergehend entfernt */ | |
/* Le widget a été temporairement supprimé suite à une plainte de Renault. */ | |
/* The widget is temporarily removed due to complaints from Renault */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python2 | |
import base64 | |
import json | |
import logging | |
import requests | |
import sys | |
from swiftclient import client | |
class AuthenticationHubic: |