From 29d7c5641ce8a4099e23f50e965f1c483e993f39 Mon Sep 17 00:00:00 2001 From: David Medina Date: Mon, 6 Feb 2012 20:19:42 +0100 Subject: Rename ghrequest to requests I think it's a redundant name. Only needs to move out from core module to avoid imports problems with `requests` library * Also change some in setup.py --- pygithub3/services/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygithub3/services') diff --git a/pygithub3/services/base.py b/pygithub3/services/base.py index f124e42..960912a 100644 --- a/pygithub3/services/base.py +++ b/pygithub3/services/base.py @@ -3,7 +3,7 @@ from pygithub3.core.client import Client from pygithub3.core.result import Result -from pygithub3.core.ghrequests import Factory +from pygithub3.requests import Factory from pygithub3.core.errors import NotFound -- cgit v1.2.3-59-g8ed1b