Get gajim version from config
This commit is contained in:
		
							parent
							
								
									323eb4c1d0
								
							
						
					
					
						commit
						48b89a8cc8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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…
	
	Add table
		
		Reference in a new issue