diff options
author | Gerhard Häring <gh@ghaering.de> | 2008-03-28 20:08:36 (GMT) |
---|---|---|
committer | Gerhard Häring <gh@ghaering.de> | 2008-03-28 20:08:36 (GMT) |
commit | 2a11c05b9d0ceac23a08418a2a2d26acc0993dc9 (patch) | |
tree | 33651a73732335c048ffd4e65092fcc2bcd406b6 /Modules/_sqlite/cache.h | |
parent | d289ea6df96e9e24e17914070fd5c2594e44413e (diff) | |
download | cpython-2a11c05b9d0ceac23a08418a2a2d26acc0993dc9.zip cpython-2a11c05b9d0ceac23a08418a2a2d26acc0993dc9.tar.gz cpython-2a11c05b9d0ceac23a08418a2a2d26acc0993dc9.tar.bz2 |
Update sqlite3 module to match current version of pysqlite.
Diffstat (limited to 'Modules/_sqlite/cache.h')
-rw-r--r-- | Modules/_sqlite/cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_sqlite/cache.h b/Modules/_sqlite/cache.h index 158bf5a..d6f7f13 100644 --- a/Modules/_sqlite/cache.h +++ b/Modules/_sqlite/cache.h @@ -1,6 +1,6 @@ /* cache.h - definitions for the LRU cache * - * Copyright (C) 2004-2006 Gerhard Häring <gh@ghaering.de> + * Copyright (C) 2004-2007 Gerhard Häring <gh@ghaering.de> * * This file is part of pysqlite. * |