File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ardublocklyserver/local-packages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ def _e(): return sys.exc_info()[1]
8585 urlunquote = functools .partial (urlunquote , encoding = 'latin1' )
8686 from http .cookies import SimpleCookie
8787 from collections .abc import MutableMapping as DictMixin
88- #from collections import MutableMapping as DictMixin
88+ # from collections import MutableMapping as DictMixin
8989 import pickle
9090 from io import BytesIO
9191 from configparser import ConfigParser
Original file line number Diff line number Diff line change 126126from __future__ import print_function
127127from __future__ import unicode_literals
128128
129- from collections import MutableMapping
129+ from collections . abc import MutableMapping
130130import functools
131131import io
132132import itertools
You can’t perform that action at this time.
0 commit comments