From ecfc3ba4143115d03622dc947cd7bbf834f76f23 Mon Sep 17 00:00:00 2001 From: SVN-Git Migration Date: Thu, 8 Oct 2015 08:34:01 -0700 Subject: Imported Upstream version 1.3.6 --- test_blist.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'test_blist.py') 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 -- cgit v1.2.3