diff options
Diffstat (limited to 'Tools/compiler')
-rw-r--r-- | Tools/compiler/astgen.py | 1 | ||||
-rwxr-xr-x | Tools/compiler/dumppyc.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Tools/compiler/astgen.py b/Tools/compiler/astgen.py index 59b98f2..c431d22 100644 --- a/Tools/compiler/astgen.py +++ b/Tools/compiler/astgen.py @@ -8,7 +8,6 @@ the Node interface has changed more often than the grammar. """ import fileinput -import getopt import re import sys from StringIO import StringIO diff --git a/Tools/compiler/dumppyc.py b/Tools/compiler/dumppyc.py index 1258cce..39b9613 100755 --- a/Tools/compiler/dumppyc.py +++ b/Tools/compiler/dumppyc.py @@ -1,7 +1,6 @@ #! /usr/bin/env python import marshal -import os import dis import types |