Add back six.moves.http_cookies.Morsel (#7617)

This commit is contained in:
Jukka Lehtosalo
2022-04-13 15:52:29 +01:00
committed by GitHub
parent 483550abe0
commit ce88976c0d

View File

@@ -1 +1,3 @@
# Morsel is not included in __all__ so export it explicitly
from http.cookies import *
from http.cookies import Morsel as Morsel