Drop M2Crypto

This commit is contained in:
Jakub Warmuz
2015-07-06 12:18:27 +00:00
parent 61aa29d28c
commit 02e7154c0d
17 changed files with 204 additions and 217 deletions
+1
View File
@@ -409,6 +409,7 @@ def separate_list_input(input_):
"""
no_commas = input_.replace(",", " ")
# Each string is naturally unicode, this causes problems with M2Crypto SANs
# TODO: check if above is still true when M2Crypto is gone ^
return [str(string) for string in no_commas.split()]