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()