From 9b57d708931ef176936c15c0adb54f562eb598ec Mon Sep 17 00:00:00 2001 From: Aaron Cohen Date: Thu, 27 Sep 2012 08:56:15 -0700 Subject: [PATCH] Fixing import --- lib/pygazelle/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pygazelle/api.py b/lib/pygazelle/api.py index 9374b323..97240fc4 100644 --- a/lib/pygazelle/api.py +++ b/lib/pygazelle/api.py @@ -8,7 +8,7 @@ import json import time -import requests +import lib.requests as requests from user import User from artist import Artist