Merged in lp:~raoul-snyman/openlp/versionfix

bzr-revno: 599
This commit is contained in:
Raoul Snyman 2009-10-14 20:05:36 +02:00
commit 6d5d94138a
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ from confighelper import ConfigHelper
__all__ = ['Registry', 'ConfigHelper']
log = logging.getLogger(__name__)
def check_latest_version(config, current_version):
version_string = current_version
lastTest = config.get_config(u'Application version Test', datetime.now().date())