diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-09-03 23:47:32 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-09-03 23:47:32 (GMT) |
commit | c934f32e0a2b5f9f2bc0b55573a6860626025d63 (patch) | |
tree | a2f33353031f392a632aaf6ee2549f70f6d906b1 /Modules/_sqlite/module.c | |
parent | 0b37b333a8c4852de8166dae6d331ed18d312958 (diff) | |
download | cpython-c934f32e0a2b5f9f2bc0b55573a6860626025d63.zip cpython-c934f32e0a2b5f9f2bc0b55573a6860626025d63.tar.gz cpython-c934f32e0a2b5f9f2bc0b55573a6860626025d63.tar.bz2 |
Welcome to the UTF-8 world.
Diffstat (limited to 'Modules/_sqlite/module.c')
-rw-r--r-- | Modules/_sqlite/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_sqlite/module.c b/Modules/_sqlite/module.c index db55eaa..3292dae 100644 --- a/Modules/_sqlite/module.c +++ b/Modules/_sqlite/module.c @@ -1,6 +1,6 @@ /* module.c - the module itself * - * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de> + * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de> * * This file is part of pysqlite. * |