def _GetClient():
    global _CLIENT  # pylint: disable=global-statement
    if _CLIENT is None:
        _CLIENT = storage.StorageV1()
    return _CLIENT
Esempio n. 2
0
def _GetClient():
    global _CLIENT
    if _CLIENT is None:
        _CLIENT = storage.StorageV1()
    return _CLIENT