We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e4716 commit a0743f4Copy full SHA for a0743f4
mocket/__init__.py
@@ -7,7 +7,8 @@
7
from mocket.mocket import Mocket
8
from mocket.ssl.context import MocketSSLContext
9
10
-# NOTE this is here for backwards-compat to keep old import-paths working
+# NOTE the following lines are here for backwards-compatibility,
11
+# to keep old import-paths working
12
from mocket.ssl.context import MocketSSLContext as FakeSSLContext
13
14
sys.modules["mocket.mockhttp"] = importlib.import_module("mocket.mocks.mockhttp")
@@ -30,4 +31,4 @@
30
31
"FakeSSLContext",
32
)
33
-__version__ = "3.13.3b1"
34
+__version__ = "3.13.3"
0 commit comments