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

This commit is contained in:
Jenkins 2014-02-17 14:10:41 +00:00 committed by Gerrit Code Review
commit 6345be436c

View File

@ -15,9 +15,9 @@
# limitations under the License.
import json
import urlparse
import falcon
import six.moves.urllib.parse as urlparse
from . import base # noqa