diff options
author | SVN-Git Migration <python-modules-team@lists.alioth.debian.org> | 2015-10-08 08:34:01 -0700 |
---|---|---|
committer | SVN-Git Migration <python-modules-team@lists.alioth.debian.org> | 2015-10-08 08:34:01 -0700 |
commit | ecfc3ba4143115d03622dc947cd7bbf834f76f23 (patch) | |
tree | 53a8a4f6d748a463e95453c37d0eb7cc8ee51636 /test_blist.py | |
parent | 0b68c6d00a2c84a5db13ba5fa304a6eadc4279f2 (diff) |
Imported Upstream version 1.3.6
Diffstat (limited to 'test_blist.py')
-rwxr-xr-x | test_blist.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test_blist.py b/test_blist.py index 9a32a42..2028913 100755 --- a/test_blist.py +++ b/test_blist.py @@ -37,10 +37,11 @@ import sys import os import unittest, operator -import blist, pickle, _blist +import blist, pickle +from blist import _blist #BList = list -from test import test_support, list_tests, sortedlist_tests, btuple_tests -from test import sorteddict_tests, test_set +from blist.test import test_support, list_tests, sortedlist_tests, btuple_tests +from blist.test import sorteddict_tests, test_set limit = _blist._limit n = 512//8 * limit |