[3.6]bpo-30144: change idlelib abc import [GH-1263] (#2106)

Part of patch by Serhiy Storchaka.
(cherry-pick from 2e576f5)
This commit is contained in:
terryjreedy 2017-06-11 06:12:31 -04:00 committed by GitHub
parent c6696feb09
commit a13225e209
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from collections import Mapping
from collections.abc import Mapping
import re
import sys