예제 #1
0
파일: secrets.py 프로젝트: tuxtof/calm-dsl
def clear_secrets():
    """Delete all the secrets"""

    LOG.info("Clearing the secrets")
    Secret.clear()
예제 #2
0
def clear_secrets():
    """Delete all the secrets"""

    Secret.clear()