pyemailprotectionslib
pyemailprotectionslib copied to clipboard
Issues using emailprotectionslib: Resolver not found
I tried using this package, and found it giving me error basically saying Resolver could not be imported. (python 3.4.3) I changed "import Resolver" to "from emailprotectionslib.Resolver import resolver" and then use it as txt_records = reolver().query... and it seems to work fine. Could you please look into this issue and let me know your views?
- 1