fix gajim version

This commit is contained in:
Denis Fomin 2013-01-06 22:07:16 +04:00
parent b23b4e54b0
commit 6e278b40fc
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ try:
node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,
stdout=subprocess.PIPE).communicate()[0]
if node:
version += '-' + node
version += '-' + node.decode('utf-8')
except Exception:
pass