fix setup

This commit is contained in:
j 2011-10-08 10:29:29 +02:00
parent 18a72b7e81
commit 5d38ccb796
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ def get_bzr_version():
f = open(info)
rev = int(f.read().split()[0])
f.close()
if rev:
return u'%s' % rev
if rev:
return u'%s' % rev
return u'unknown'
setup(name="oxtimeline",