Skip to content

Commit

Permalink
Merge pull request #285 from davvid/1.x-compat
Browse files Browse the repository at this point in the history
PR: Import Callable and MutableMapping in py3compat for Python 2 compat
  • Loading branch information
dalthviz authored Nov 22, 2021
2 parents 78c80aa + eb505dc commit 519ac9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qtpy/py3compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
if PY2:
# Python 2
import __builtin__ as builtins
from collections import Callable, MutableMapping
import ConfigParser as configparser
try:
import _winreg as winreg
Expand Down

0 comments on commit 519ac9c

Please sign in to comment.