From 397238b404a66ba25aec1e4d7902e16104eddefc Mon Sep 17 00:00:00 2001 From: David Medina Date: Thu, 1 Mar 2012 13:12:00 +0100 Subject: Restructure modules and packages in a clean way The docs has increased lines of code, so I split it --- pygithub3/tests/utils/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygithub3/tests/utils') diff --git a/pygithub3/tests/utils/base.py b/pygithub3/tests/utils/base.py index d9049c9..49ea2b4 100644 --- a/pygithub3/tests/utils/base.py +++ b/pygithub3/tests/utils/base.py @@ -4,7 +4,7 @@ from mock import Mock from pygithub3.resources.base import Resource -from pygithub3.requests import Request +from pygithub3.requests.base import Request def mock_json(content): -- cgit v1.2.3-59-g8ed1b