diff options
Diffstat (limited to 'Lib/compiler')
-rw-r--r-- | Lib/compiler/transformer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/compiler/transformer.py b/Lib/compiler/transformer.py index 77ac776..56cc1ef 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 |