We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836dba8 commit 29ddcf2Copy full SHA for 29ddcf2
ardublocklyserver/local-packages/bottle.py
@@ -84,7 +84,8 @@ def _e(): return sys.exc_info()[1]
84
from urllib.parse import urlencode, quote as urlquote, unquote as urlunquote
85
urlunquote = functools.partial(urlunquote, encoding='latin1')
86
from http.cookies import SimpleCookie
87
- from collections import MutableMapping as DictMixin
+ from collections.abc import MutableMapping as DictMixin
88
+ #from collections import MutableMapping as DictMixin
89
import pickle
90
from io import BytesIO
91
from configparser import ConfigParser
0 commit comments