Get gajim version from config

This commit is contained in:
Jean-Marie Traissard 2006-06-21 15:03:53 +00:00
parent 323eb4c1d0
commit 48b89a8cc8
1 changed files with 1 additions and 1 deletions

View File

@ -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