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