From fd19da346b7bcbc6310a4f53d3d224797a319e9c Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Mon, 26 May 2014 19:52:18 +0300 Subject: Use six.moves.urllib.parse instead of the urlparse module. --- mediagoblin/tests/test_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mediagoblin/tests/test_notifications.py') diff --git a/mediagoblin/tests/test_notifications.py b/mediagoblin/tests/test_notifications.py index 3bf36f5f..37d61c41 100644 --- a/mediagoblin/tests/test_notifications.py +++ b/mediagoblin/tests/test_notifications.py @@ -16,7 +16,7 @@ import pytest -import urlparse +import six.moves.urllib.parse as urlparse from mediagoblin.tools import template, mail -- cgit v1.2.3