Your IP : 216.73.216.52


Current Path : /usr/lib/python3/dist-packages/keyring/
Upload File :
Current File : //usr/lib/python3/dist-packages/keyring/py32compat.py

try:
    from collections import abc
except ImportError:
    import collections as abc


__all__ = ['abc']