remove 'dh' from version name. Was from pep branch

This commit is contained in:
Yann Leboulanger 2007-12-17 20:15:06 +00:00
parent 9b54e6fb5c
commit c53050c0a4
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ If you start gajim from svn:
interface = None # The actual interface (the gtk one for the moment)
config = config.Config()
version = config.get('version') + 'dh'
version = config.get('version')
connections = {} # 'account name': 'account (connection.Connection) instance'
verbose = False