This commit is contained in:
Tim Bentley 2009-10-14 19:29:06 +01:00
commit aa1830c0b6
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ log = logging.getLogger(__name__)
__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())