diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-30 20:21:00 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-30 20:21:00 (GMT) |
commit | 0311736fc1f4ee6d8cdd90d3276f4462e270f5cd (patch) | |
tree | e088069616b81fbf711106631fa12ff8725e44d8 /Lib/sqlite3/test/userfunctions.py | |
parent | 72c82a4d624bd82e232ae2bdb47821362f73c0ed (diff) | |
download | cpython-0311736fc1f4ee6d8cdd90d3276f4462e270f5cd.zip cpython-0311736fc1f4ee6d8cdd90d3276f4462e270f5cd.tar.gz cpython-0311736fc1f4ee6d8cdd90d3276f4462e270f5cd.tar.bz2 |
Merged revisions 62011 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r62011 | gerhard.haering | 2008-03-28 21:08:36 +0100 (Fr, 28 Mär 2008) | 2 lines
Update sqlite3 module to match current version of pysqlite.
........
Diffstat (limited to 'Lib/sqlite3/test/userfunctions.py')
-rw-r--r-- | Lib/sqlite3/test/userfunctions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/sqlite3/test/userfunctions.py b/Lib/sqlite3/test/userfunctions.py index dc3a709..c165423 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. # |