Merge "Use six.moves.urllib.parse instead of urlparse"

This commit is contained in:
Jenkins 2014-03-05 20:41:09 +00:00 committed by Gerrit Code Review
commit ac6c77d06b
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ docutils==0.9.1
discover
fixtures>=0.3.14
python-subunit
six>=1.4.1
testrepository>=0.0.17
testtools>=0.9.32
sphinxcontrib-programoutput

View File

@ -34,11 +34,11 @@ import threading
import time
import urllib
import urllib2
import urlparse
import git
import gear
import fixtures
import six.moves.urllib.parse as urlparse
import statsd
import testtools