commit | 2a11c05b9d0ceac23a08418a2a2d26acc0993dc9 | [log] [tgz] |
---|---|---|
author | Gerhard Häring <gh@ghaering.de> | Fri Mar 28 20:08:36 2008 +0000 |
committer | Gerhard Häring <gh@ghaering.de> | Fri Mar 28 20:08:36 2008 +0000 |
tree | 33651a73732335c048ffd4e65092fcc2bcd406b6 | |
parent | d289ea6df96e9e24e17914070fd5c2594e44413e [diff] [blame] |
Update sqlite3 module to match current version of pysqlite.
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. *