Remove useless imports, as reported by PyChecker.

This commit is contained in:
Tim Peters 2001-04-08 00:43:13 +00:00
parent 3664111fb1
commit cfc21fcf48
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
"""Utility to compile possibly incomplete Python source code."""
import sys
import traceback
__all__ = ["compile_command"]
def compile_command(source, filename="<input>", symbol="single"):