python-ssllabs
python-ssllabs copied to clipboard
Fix version number fetching
The current way of importing the version number from the package itself causes a problem: requests must be installed in order to import ssllabs/vars.py which implicitly executes ssllabs/init.py, but requests may not be installed already.
See here for details: https://stackoverflow.com/posts/7071358/revisions