Commit 6f61d6e7 authored by Jim Fulton's avatar Jim Fulton

Reverted a silly change.

parent fcb30dcc
......@@ -121,7 +121,7 @@ provoke problems:
... data = conn.root()[i].open('c').read()
... if data != chr(i)*100:
... print 'bad data', `chr(i)`, `data`
... conn.close()
... db.close()
>>> threads = [threading.Thread(target=run) for i in range(10)]
>>> for thread in threads:
......
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