Commit 86a44f43 authored by Berker Peksag's avatar Berker Peksag

Remove unused imports.

parent b8f75757
...@@ -3,11 +3,11 @@ import os ...@@ -3,11 +3,11 @@ import os
import py_compile import py_compile
import shutil import shutil
import stat import stat
import sys
import tempfile import tempfile
import unittest import unittest
from test import support, script_helper from test import support
class PyCompileTests(unittest.TestCase): class PyCompileTests(unittest.TestCase):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment