diff options
| author | Gerhard Häring <gh@ghaering.de> | 2010-03-05 09:12:37 (GMT) |
|---|---|---|
| committer | Gerhard Häring <gh@ghaering.de> | 2010-03-05 09:12:37 (GMT) |
| commit | 3bbb67273a8c146a38de91080a37e716e2699622 (patch) | |
| tree | 19a3d1e79cb51cc42760af73724c4f4615d4c21c /Modules/_sqlite/util.c | |
| parent | 2bb66e03b72ae5a0468dab0b7020316f31c8cfdf (diff) | |
| download | cpython-3bbb67273a8c146a38de91080a37e716e2699622.zip cpython-3bbb67273a8c146a38de91080a37e716e2699622.tar.gz cpython-3bbb67273a8c146a38de91080a37e716e2699622.tar.bz2 | |
Merged code from pysqlite 2.6.0.
Diffstat (limited to 'Modules/_sqlite/util.c')
| -rw-r--r-- | Modules/_sqlite/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_sqlite/util.c b/Modules/_sqlite/util.c index 6be39ae..6b57b76 100644 --- a/Modules/_sqlite/util.c +++ b/Modules/_sqlite/util.c @@ -1,6 +1,6 @@ /* util.c - various utility functions * - * Copyright (C) 2005-2007 Gerhard Häring <gh@ghaering.de> + * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de> * * This file is part of pysqlite. * |
