Skip to content

Instantly share code, notes, and snippets.

View elordahl's full-sized avatar
💭
🥋

Eric Lordahl elordahl

💭
🥋
View GitHub Profile
@alikins
alikins / test-crypto.py
Created February 19, 2018 16:24
test-crypto.py
# code based on lib/ansible/parsing/vault/__init__.py
#
# Make coding more python3-ish
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
import sys
import warnings
HAS_CRYPTOGRAPHY = False