commit | 6db15d7307b831766617f6a9700ecc4c75a16081 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Aug 04 02:36:18 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed Aug 04 02:36:18 2004 +0000 |
tree | cbc747970fd7d68844de8abaca57c8102dc859b2 | |
parent | cea2cc4a21e7e2ba84f6dc11682821e502bd1f5f [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/compiler/ast.py b/Lib/compiler/ast.py index a81937f..6f585b7 100644 --- a/Lib/compiler/ast.py +++ b/Lib/compiler/ast.py
@@ -607,7 +607,7 @@ self.code = code self.argnames = ['[outmost-iterable]'] self.varargs = self.kwargs = None - + def getChildren(self): @@ -785,7 +785,7 @@ self.varargs = 1 if flags & CO_VARKEYWORDS: self.kwargs = 1 - + def getChildren(self):