Issue 3161: Missing import and test.

This commit is contained in:
Raymond Hettinger 2008-06-23 03:29:28 +00:00
parent 9da18b3133
commit 4c52f52ef3
2 changed files with 16 additions and 0 deletions

View file

@ -9,6 +9,7 @@ bootstrapping issues. Unit tests are in test_collections.
"""
from abc import ABCMeta, abstractmethod
import sys
__all__ = ["Hashable", "Iterable", "Iterator",
"Sized", "Container", "Callable",