| Current Path : /proc/thread-self/root/lib/python3/dist-packages/keyring/ |
| Current File : //proc/thread-self/root/lib/python3/dist-packages/keyring/py32compat.py |
try:
from collections import abc
except ImportError:
import collections as abc
__all__ = ['abc']