Chirayu Desai db2ad9dfce Fix urllib.parse (urlparse) handling
Revert "Fix "'module' object is not callable" error", and fix it properly.

* The urlparse module is renamed to urllib.parse in Python 3.
* This commit fixes the code to use "urllib.parse.urlparse"
  instead of creating a new module urlib and setting
  urlib.parse to urlparse.urlparse.
* Fixes an AttributeError:
  'function' object has no attribute 'uses_relative'

This reverts commit cd51f17c643370e6199216462c1be36f04d57291.

Change-Id: I48490b20ecd19cf5a6edd835506ea5a467d556ac
2013-06-11 08:21:10 +00:00
..
2013-04-18 21:35:49 +05:30
2013-04-18 21:35:49 +05:30
2012-11-14 12:09:38 +09:00
2012-11-14 12:09:38 +09:00
2013-04-18 21:35:49 +05:30
2013-04-18 21:35:49 +05:30
2012-09-18 09:54:57 +02:00
2013-06-11 08:21:10 +00:00