python-firebase
python-firebase copied to clipboard
No module named urlParse
import urlparse #for urlparse and urljoin ImportError: No module named 'urlparse'
The urlparse module is renamed to urllib.parse in Python 3. Hope this helps!