don't write duplicate tests

This commit is contained in:
Benjamin Peterson 2010-03-21 19:56:37 +00:00
parent 52b32b6d6a
commit 54bc22e9f3
1 changed files with 0 additions and 2 deletions

View File

@ -272,8 +272,6 @@ the function call setup. See <http://bugs.python.org/issue2016>.
1 2
"""
__test__ = {"extcall" : __doc__}
import unittest
import sys
from test import test_support