Files
deb-python-oauth2client/tests/test_crypt.py
Craig Citro b726ce8aa2 Fall back to importing for OpenSSL detection.
Previously, we'd attempted to detect OpenSSL without actually importing, in
order to avoid a runtime penalty for importing `oauth2client`. However, in
some exotic situations, `imp.find_module` can fail even though the import
would be successful.

We tweak to fall back to importing, and add some gross to the corresponding
test.
2015-05-19 14:41:14 -07:00

2.8 KiB