We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b44b4 commit 60505e5Copy full SHA for 60505e5
1 file changed
sifter/notificationmethods/mailto.py
@@ -1,4 +1,4 @@
1
-import urlparse
+from urllib.parse import urlparse
2
import sifter.notificationmethod
3
4
__all__ = ('MailtoNotificationMethod',)
0 commit comments