From 307abbc38400091956f391788ad97475173859f3 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Wed, 11 Oct 2006 22:08:30 +0000 Subject: [PATCH] put a comment --- src/common/optparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/optparser.py b/src/common/optparser.py index 596e99d0b..570e68f73 100644 --- a/src/common/optparser.py +++ b/src/common/optparser.py @@ -344,6 +344,6 @@ class OptionsParser: show)) cur.execute('update logs set show = NULL where show not in (0, 1, 2, 3, 4, 5);') con.commit() - cur.close() + cur.close() # remove this in 2007 [pysqlite old versions need this] con.close() gajim.config.set('version', '0.10.1.5')