diff options
author | Chirayu Desai <cdesai@cyanogenmod.org> | 2013-06-11 13:42:25 +0530 |
---|---|---|
committer | Chirayu Desai <cdesai@cyanogenmod.org> | 2013-06-11 08:21:10 +0000 |
commit | db2ad9dfce438dae14fed0a62b37f0028ee98ad1 (patch) | |
tree | 6f2dc2aef2456c75759cfe9c845a9d4064ff8bc3 /subcmds/upload.py | |
parent | ef668c92c2c87c45df02bf1609a89e4479bbb30c (diff) | |
download | git-repo-db2ad9dfce438dae14fed0a62b37f0028ee98ad1.tar.gz |
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
Diffstat (limited to 'subcmds/upload.py')
0 files changed, 0 insertions, 0 deletions