Commit 50ae47b0 authored by Fred Drake's avatar Fred Drake

Removed bosities around example code; not sure where that stuff crept

in!
parent 1dc3a501
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment