mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Removed bosities around example code; not sure where that stuff crept
in!
This commit is contained in:
parent
1dc3a501a6
commit
50ae47b0de
1 changed files with 2 additions and 9 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue