Commit 373b6fd7 authored by Guido van Rossum's avatar Guido van Rossum

Remove redundant imports.

parent e209e435
......@@ -91,7 +91,6 @@ import string
import getopt
import cgi
from TALVisitor import macroIndexer
from TALCompiler import TALCompiler
class TALInterpreter:
......@@ -218,7 +217,6 @@ def quote(s):
def test():
from driver import FILE, parsefile
from TALCompiler import TALCompiler
from DummyEngine import DummyEngine
try:
opts, args = getopt.getopt(sys.argv[1:], "")
......
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