This commit is contained in:
Nikos Kouremenos 2006-10-02 11:00:19 +00:00
parent 962c571adb
commit 28b0487ffa
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ from events import Events
interface = None # The actual interface (the gtk one for the moment) interface = None # The actual interface (the gtk one for the moment)
config = config.Config() config = config.Config()
version = config.get('version') version = config.get('version')
connections = {} connections = {} # 'account name': 'account (connection.Connection) instance'
verbose = False verbose = False
h = logging.StreamHandler() h = logging.StreamHandler()