Fix remaining tests and remove an unused import.

This commit is contained in:
Berker Peksag 2015-05-06 07:01:52 +03:00
parent c4c59050c8
commit 076dbd0560
4 changed files with 7 additions and 6 deletions

View file

@ -5,7 +5,8 @@ import sys
import _ast
import tempfile
import types
from test import support, script_helper
from test import support
from test.support import script_helper
class TestSpecifics(unittest.TestCase):