Added in a line to fix the logging.

This commit is contained in:
Raoul Snyman 2009-10-14 19:52:50 +02:00
parent 0c4e548e96
commit db47de92ad
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())