Skip to content

Commit 6c06da3

Browse files
committed
utils needs frozenset too
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40155
1 parent a507b14 commit 6c06da3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

utils/utils.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
try:
2+
from sets import ImmutableSet as frozenset
3+
except:
4+
pass
5+
16
class MethodDispatcher(dict):
27
"""Dict with 2 special properties:
38

0 commit comments

Comments
 (0)