From 3594257f6428988ebb7a87eef47feee206c5dc83 Mon Sep 17 00:00:00 2001 From: David Medina Date: Sun, 19 Feb 2012 19:41:26 +0100 Subject: Fix test imports --- pygithub3/tests/requests/test_core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pygithub3/tests/requests') diff --git a/pygithub3/tests/requests/test_core.py b/pygithub3/tests/requests/test_core.py index 68663c0..9e38763 100644 --- a/pygithub3/tests/requests/test_core.py +++ b/pygithub3/tests/requests/test_core.py @@ -7,9 +7,9 @@ from mock import Mock from pygithub3.requests import Factory, Body, json, Request from pygithub3.exceptions import (UriInvalid, DoesNotExists, ValidationError, InvalidBodySchema) -from pygithub3.tests.utils.base import mock_json +from pygithub3.tests.utils.base import mock_json, DummyRequest from pygithub3.tests.utils.requests import ( - RequestWithArgs, RequestCleanedUri, RequestBodyInvalidSchema, DummyRequest, + RequestWithArgs, RequestCleanedUri, RequestBodyInvalidSchema, RequestCleanedBody) json.dumps = Mock(side_effect=mock_json) -- cgit v1.3-8-gc7d7