python3 fix

This commit is contained in:
roberto@debian32
2011-06-01 12:55:20 +02:00
parent 29b1e46252
commit 42993022bb
+2 -2
View File
@@ -422,9 +422,9 @@ class uConf(object):
else:
uver_custom = uver_whole[1]
uver_dots = uver_whole[0].split('.')
uver_dots = uver_whole[0].split('.')
uver_base = uver_dots[0]
uver_base = uver_dots[0]
uver_maj = uver_dots[1]
uver_min = '0'
uver_rev = '0'