From cfc21fcf48d97149541d1a5cc8d4ac2e550780fe Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 8 Apr 2001 00:43:13 +0000 Subject: Remove useless imports, as reported by PyChecker. --- Lib/codeop.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Lib/codeop.py b/Lib/codeop.py index 3865ec6..3335f09 100644 --- a/Lib/codeop.py +++ b/Lib/codeop.py @@ -1,8 +1,5 @@ """Utility to compile possibly incomplete Python source code.""" -import sys -import traceback - __all__ = ["compile_command"] def compile_command(source, filename="", symbol="single"): -- cgit v0.12