Files
deb-python-oauth2client/tests
Danny Hermes 613ab465d4 Deferring OpenSSL import until usage.
This is to speed up import times. In OpenSSL 0.14 the import takes
0.5 seconds due to cffi on-demand build of extensions in the
cryptography library.

For classes and functions which are conditionally defined based on
the existence of OpenSSL.crypto, we check that the module
exists (but don't import it) using imp.find_module.
2015-04-15 15:44:30 -07:00
..
2014-11-04 11:17:01 -08:00
2014-11-13 14:02:03 -08:00