From c5f05e45cffa16f45f1332cec531c045893f928f Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sat, 23 Feb 2008 17:40:11 +0000 Subject: Patch #2167 from calvin: Remove unused imports --- Lib/compiler/transformer.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/compiler/transformer.py') diff --git a/Lib/compiler/transformer.py b/Lib/compiler/transformer.py index 77ac7764bf..56cc1efe71 100644 --- a/Lib/compiler/transformer.py +++ b/Lib/compiler/transformer.py @@ -29,7 +29,6 @@ from compiler.ast import * import parser import symbol import token -import sys class WalkerError(StandardError): pass -- cgit v1.2.1