Files
deb-python-oauth2client/oauth2client
Craig Citro a687e966c3 Simplify OpenSSL checks in crypt.py.
Previously, when confirming OpenSSL is installed, we checked that the module
was installed, and verified that `crypto.py` was contained in the package
directory.

However, this can cause issues in cases of non-standard installs. In addition,
the `imp.find_module` call already raises an `ImportError` in the case that
the module is missing, so this second check isn't needed.

Instead, we just drop the explicit check for `crypto.py` in the `OpenSSL`
directory.
2015-05-15 00:37:29 -07:00
..
2015-05-14 07:16:15 -07:00
2014-12-18 17:00:07 -08:00
2015-05-15 00:37:29 -07:00
2014-09-23 11:27:47 -07:00
2014-09-23 11:27:47 -07:00
2014-12-18 17:00:07 -08:00