comment
This commit is contained in:
parent
962c571adb
commit
28b0487ffa
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue