diff options
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-x | Lib/cgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/cgi.py b/Lib/cgi.py index 233a496e817..14d15a692ba 100755 --- a/Lib/cgi.py +++ b/Lib/cgi.py @@ -32,7 +32,7 @@ __version__ = "2.6" # ======= from io import StringIO, BytesIO, TextIOWrapper -from collections import Mapping +from collections.abc import Mapping import sys import os import urllib.parse |