summaryrefslogtreecommitdiff
path: root/blist.py
diff options
context:
space:
mode:
Diffstat (limited to 'blist.py')
-rw-r--r--blist.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/blist.py b/blist.py
deleted file mode 100644
index efe3ff2..0000000
--- a/blist.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from _blist import *
-import collections
-if hasattr(collections, 'MutableSet'): # Only supported in Python 2.6+
- from _sortedlist import sortedlist, sortedset, weaksortedlist, weaksortedset
- from _sorteddict import sorteddict
- from _btuple import btuple
- collections.MutableSequence.register(blist)
-del collections