Skip to content

Commit 60505e5

Browse files
committed
Use python3 urlparse
1 parent 95b44b4 commit 60505e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sifter/notificationmethods/mailto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import urlparse
1+
from urllib.parse import urlparse
22
import sifter.notificationmethod
33

44
__all__ = ('MailtoNotificationMethod',)

0 commit comments

Comments
 (0)