From f95d5ce80ac55eefc6ab0f20ebdf751b63b18fd8 Mon Sep 17 00:00:00 2001 From: John Leonardo Date: Tue, 9 Aug 2016 23:17:16 -0700 Subject: [PATCH] urlparse changed to urllib.parse this has potential to be a wonderful repo. I'm gonna start working on this again, I hope you get to merging soon. --- firebase/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase/__init__.py b/firebase/__init__.py index 81e94a6..24a598e 100644 --- a/firebase/__init__.py +++ b/firebase/__init__.py @@ -1,5 +1,5 @@ import requests -import urlparse #for urlparse and urljoin +import urllib.parse #for urlparse and urljoin import os #for os.path.dirname import json #for dumps