Remove unnecessary line.

This commit is contained in:
Raymond Hettinger 2004-08-26 04:29:47 +00:00
parent f4fd79ca49
commit 770acc2bb4
1 changed files with 0 additions and 1 deletions

View File

@ -579,7 +579,6 @@ __test__ = {'libreftest' : libreftest}
def test_main(verbose=None):
import sys
from test import test_sets
test_classes = (
TestBasic,
TestVariousIteratorArgs,