Remove unused imports.

This commit is contained in:
Berker Peksag 2014-09-01 12:33:12 +03:00
parent a7614d08bf
commit a42ad6bf84
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@ import os
import py_compile
import shutil
import stat
import sys
import tempfile
import unittest
from test import support, script_helper
from test import support
class PyCompileTests(unittest.TestCase):