UNIT777 / Email2TheHive

This package allows for creating alerts in The Hive from emails retrieved from a Microsoft Exchange mailbox.
12 stars 3 forks source link

Correction of importing urlparse module #2

Open xOm3ga87 opened 6 years ago

xOm3ga87 commented 6 years ago

in line 12 the statement is: import urlparse

however, in python3, the urlparse module was changed to urllib.parse

this change should be made or commented in for future use