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

Remove redundant imports.

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