Mercurial > p > roundup > code
comparison hyperdb.py @ 5:72a0ba086b3e
Added CVS keywords $Id$ and $Log$ to all python files.
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Thu, 19 Jul 2001 05:52:22 +0000 |
| parents | 97559f7bae2e |
| children | 3b0a72f54613 |
comparison
equal
deleted
inserted
replaced
| 4:b10f8834cce4 | 5:72a0ba086b3e |
|---|---|
| 1 # $Id: hyperdb.py,v 1.3 2001-07-19 05:52:22 anthonybaxter Exp $ | |
| 2 | |
| 1 import bsddb, os, cPickle, re, string | 3 import bsddb, os, cPickle, re, string |
| 2 | 4 |
| 3 import date | 5 import date |
| 4 # | 6 # |
| 5 # Types | 7 # Types |
| 915 print db.status.history(2) | 917 print db.status.history(2) |
| 916 # [(<Date 2000-06-28.19:11:04>, "ping", "link", ("issue", 5, "status"))] | 918 # [(<Date 2000-06-28.19:11:04>, "ping", "link", ("issue", 5, "status"))] |
| 917 | 919 |
| 918 # TODO: set up some filter tests | 920 # TODO: set up some filter tests |
| 919 | 921 |
| 922 # | |
| 923 # $Log: not supported by cvs2svn $ | |
| 924 # | |
| 925 |
