martomo / SublimeTextXdebug

Xdebug debugger client for Sublime Text
MIT License
564 stars 89 forks source link

Fixed urllib.parse import for Python 3.3.6 (Sublime build 3142). #174

Closed bwbroersma closed 6 years ago

bwbroersma commented 6 years ago

Fixes issue #163 (AttributeError: 'module' object has no attribute 'parse'). Totally untested for python 3.0, might need to be split to a separate file.