From 2a11c05b9d0ceac23a08418a2a2d26acc0993dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerhard=20H=C3=A4ring?= Date: Fri, 28 Mar 2008 20:08:36 +0000 Subject: Update sqlite3 module to match current version of pysqlite. --- Lib/sqlite3/test/userfunctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/sqlite3/test/userfunctions.py') 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 +# Copyright (C) 2005-2007 Gerhard Häring # # This file is part of pysqlite. # -- cgit v1.2.1