Use six.moves.urllib.parse instead of the urlparse module.
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 26 May 2014 16:52:18 +0000 (19:52 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 26 May 2014 16:52:18 +0000 (19:52 +0300)
commitfd19da346b7bcbc6310a4f53d3d224797a319e9c
tree8a1e7bf7e0357fe16955c86220b33eb6705226a2
parent386c9c7c55147b27c258edd5deee36594553493d
Use six.moves.urllib.parse instead of the urlparse module.
mediagoblin/decorators.py
mediagoblin/plugins/api/tools.py
mediagoblin/plugins/oauth/forms.py
mediagoblin/tests/test_auth.py
mediagoblin/tests/test_basic_auth.py
mediagoblin/tests/test_ldap.py
mediagoblin/tests/test_notifications.py
mediagoblin/tests/test_persona.py
mediagoblin/tests/test_submission.py
mediagoblin/webfinger/views.py