remove 'dh' from version name. Was from pep branch
This commit is contained in:
parent
9b54e6fb5c
commit
c53050c0a4
|
@ -56,7 +56,7 @@ If you start gajim from svn:
|
||||||
|
|
||||||
interface = None # The actual interface (the gtk one for the moment)
|
interface = None # The actual interface (the gtk one for the moment)
|
||||||
config = config.Config()
|
config = config.Config()
|
||||||
version = config.get('version') + 'dh'
|
version = config.get('version')
|
||||||
connections = {} # 'account name': 'account (connection.Connection) instance'
|
connections = {} # 'account name': 'account (connection.Connection) instance'
|
||||||
verbose = False
|
verbose = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue