← Back
Editing: py32compat.py
try: from collections import abc except ImportError: import collections as abc __all__ = ['abc']
Save File
Cancel