Updater no longer will try to compare float numbers for updates

This commit is contained in:
2021-10-26 13:10:57 -05:00
parent d222740887
commit 72e6d030d5
2 changed files with 2 additions and 5 deletions

View File

@@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from __future__ import unicode_literals
import application
from . import update
import platform