diff options
Diffstat (limited to 'pykolab')
-rw-r--r-- | pykolab/constants.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pykolab/constants.py.in b/pykolab/constants.py.in index 3e9e2c2..68fb9b2 100644 --- a/pykolab/constants.py.in +++ b/pykolab/constants.py.in @@ -30,7 +30,7 @@ __release__ = '@RELEASE@' if @RELEASE@ < 1: __status__ = 'snapshot' -elif math.floor((float)@RELEASE@) < (float)@RELEASE@: +elif math.floor((float)(@RELEASE@)) < (float)(@RELEASE@): __status__ = 'prerelease' else: __status__ = 'stable' |