Skip to content

Commit 2230f2c

Browse files
authored
Update README.rst (#291)
1 parent 80e1047 commit 2230f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ As second step, we create an `example.py` file as the following one:
101101
import json
102102
103103
from mocket import mocketize
104-
from mocket.mockhttp import Entry
104+
from mocket.mocks.mockhttp import Entry
105105
import requests
106106
import pytest
107107
@@ -294,7 +294,7 @@ Example:
294294
import pytest
295295
296296
from mocket import async_mocketize
297-
from mocket.mockhttp import Entry
297+
from mocket.mocks.mockhttp import Entry
298298
from mocket.plugins.aiohttp_connector import MocketTCPConnector
299299
300300

0 commit comments

Comments
 (0)