mirror of https://github.com/python/cpython
Removed bosities around example code; not sure where that stuff crept
in!
This commit is contained in:
parent
1dc3a501a6
commit
50ae47b0de
|
@ -109,15 +109,8 @@ def process(dir, func):
|
|||
print 'Skipping %s/%s' % (dir, f)
|
||||
|
||||
def f(file):
|
||||
-Egon
|
||||
|
||||
|
||||
|
||||
print 'frobbed', file
|
||||
|
||||
if __name__ == '__main__': process(sys.argv[1], f)
|
||||
if __name__ == '__main__':
|
||||
process(sys.argv[1], f)
|
||||
\end{verbatim}
|
||||
|
||||
-Egon
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue