From 28b0487ffa4f2a15c9a0c2844965f414f08120ee Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 2 Oct 2006 11:00:19 +0000 Subject: [PATCH] comment --- src/common/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/gajim.py b/src/common/gajim.py index d5a2d2bb7..4415b010f 100644 --- a/src/common/gajim.py +++ b/src/common/gajim.py @@ -28,7 +28,7 @@ from events import Events interface = None # The actual interface (the gtk one for the moment) config = config.Config() version = config.get('version') -connections = {} +connections = {} # 'account name': 'account (connection.Connection) instance' verbose = False h = logging.StreamHandler()