Commit 621f0552 authored by Skip Montanaro's avatar Skip Montanaro

braino

parent e0a39079
...@@ -188,8 +188,8 @@ Tools/Demos ...@@ -188,8 +188,8 @@ Tools/Demos
using the new version of Python to reconstitute your database. For using the new version of Python to reconstitute your database. For
example: example:
% python2.2 -h some.db > some.pickle % python2.2 db2pickle.py -h some.db > some.pickle
% python2.3 -h some.db.new < some.pickle % python2.3 pickle2db.py -h some.db.new < some.pickle
Run the scripts without any args to get a usage message. Run the scripts without any args to get a usage message.
......
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