|
|
@ -14,7 +14,7 @@ __metaclass__ = type
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
"""Python 3.3+ branch."""
|
|
|
|
"""Python 3.3+ branch."""
|
|
|
|
from collections.abc import (
|
|
|
|
from collections.abc import (
|
|
|
|
deque, KeysView,
|
|
|
|
KeysView,
|
|
|
|
Mapping, MutableMapping,
|
|
|
|
Mapping, MutableMapping,
|
|
|
|
Sequence, MutableSequence,
|
|
|
|
Sequence, MutableSequence,
|
|
|
|
Set, MutableSet,
|
|
|
|
Set, MutableSet,
|
|
|
@ -22,7 +22,7 @@ try:
|
|
|
|
except ImportError:
|
|
|
|
except ImportError:
|
|
|
|
"""Use old lib location under 2.6-3.2."""
|
|
|
|
"""Use old lib location under 2.6-3.2."""
|
|
|
|
from collections import (
|
|
|
|
from collections import (
|
|
|
|
deque, KeysView,
|
|
|
|
KeysView,
|
|
|
|
Mapping, MutableMapping,
|
|
|
|
Mapping, MutableMapping,
|
|
|
|
Sequence, MutableSequence,
|
|
|
|
Sequence, MutableSequence,
|
|
|
|
Set, MutableSet,
|
|
|
|
Set, MutableSet,
|
|
|
|