Kaydet (Commit) cfc21fcf authored tarafından Tim Peters's avatar Tim Peters

Remove useless imports, as reported by PyChecker.

üst 3664111f
"""Utility to compile possibly incomplete Python source code."""
import sys
import traceback
__all__ = ["compile_command"]
def compile_command(source, filename="<input>", symbol="single"):
......
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