Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Simplify OpenSSL checks in crypt.py. #182

Merged
merged 1 commit into from
May 18, 2015

Commits on May 15, 2015

  1. 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.
    craigcitro committed May 15, 2015
    Configuration menu
    Copy the full SHA
    a687e96 View commit details
    Browse the repository at this point in the history