Removing trailing whites
This commit is contained in:
parent
3294a92a61
commit
6eadfca78e
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ def load_openssl():
|
||||||
if libcrypto_path:
|
if libcrypto_path:
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
# We may get here when find_library fails because, for example,
|
# We may get here when find_library fails because, for example,
|
||||||
# the user does not have sufficient privileges to access those
|
# the user does not have sufficient privileges to access those
|
||||||
# tools underlying find_library on linux.
|
# tools underlying find_library on linux.
|
||||||
|
|
||||||
import glob
|
import glob
|
||||||
|
|
Loading…
Reference in a new issue