summaryrefslogtreecommitdiff
path: root/Lib/sqlite3/test/userfunctions.py
diff options
context:
space:
mode:
authorGerhard Häring <gh@ghaering.de>2008-03-28 20:08:36 +0000
committerGerhard Häring <gh@ghaering.de>2008-03-28 20:08:36 +0000
commit2a11c05b9d0ceac23a08418a2a2d26acc0993dc9 (patch)
tree33651a73732335c048ffd4e65092fcc2bcd406b6 /Lib/sqlite3/test/userfunctions.py
parentd289ea6df96e9e24e17914070fd5c2594e44413e (diff)
downloadcpython-git-2a11c05b9d0ceac23a08418a2a2d26acc0993dc9.tar.gz
Update sqlite3 module to match current version of pysqlite.
Diffstat (limited to 'Lib/sqlite3/test/userfunctions.py')
-rw-r--r--Lib/sqlite3/test/userfunctions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/sqlite3/test/userfunctions.py b/Lib/sqlite3/test/userfunctions.py
index 31bf289190..8a1130de88 100644
--- a/Lib/sqlite3/test/userfunctions.py
+++ b/Lib/sqlite3/test/userfunctions.py
@@ -2,7 +2,7 @@
# pysqlite2/test/userfunctions.py: tests for user-defined functions and
# aggregates.
#
-# Copyright (C) 2005 Gerhard Häring <gh@ghaering.de>
+# Copyright (C) 2005-2007 Gerhard Häring <gh@ghaering.de>
#
# This file is part of pysqlite.
#