Get gajim version from config
This commit is contained in:
parent
323eb4c1d0
commit
48b89a8cc8
|
@ -25,8 +25,8 @@ import config
|
||||||
from contacts import Contacts
|
from contacts import Contacts
|
||||||
|
|
||||||
interface = None # The actual interface (the gtk one for the moment)
|
interface = None # The actual interface (the gtk one for the moment)
|
||||||
version = '0.10'
|
|
||||||
config = config.Config()
|
config = config.Config()
|
||||||
|
version = config.get('version')
|
||||||
connections = {}
|
connections = {}
|
||||||
verbose = False
|
verbose = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue