提交 44b07506 authored 作者: Ian Goodfellow's avatar Ian Goodfellow

try using Set as MutableSet

上级 55d77af2
......@@ -6,7 +6,7 @@ try:
from collections import MutableSet
except ImportError:
# Python 2.4
MutableSet = object
from sets import Set as MutableSet
class OrderedSet(MutableSet):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论