summaryrefslogtreecommitdiff
path: root/testing/tests/sync/test_sync_mutex.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/sync/test_sync_mutex.py')
-rw-r--r--testing/tests/sync/test_sync_mutex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/sync/test_sync_mutex.py b/testing/tests/sync/test_sync_mutex.py
index 432a3cd2..a9335973 100644
--- a/testing/tests/sync/test_sync_mutex.py
+++ b/testing/tests/sync/test_sync_mutex.py
@@ -25,7 +25,7 @@ be two concurrent synchronization processes at the same time.
import time
import uuid
-from urlparse import urljoin
+from six.moves.urllib.parse import urljoin
from twisted.internet import defer