openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #00555
[Merge] lp:~raoul-snyman/openlp/versionfix into lp:openlp
Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/versionfix into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
--
https://code.launchpad.net/~raoul-snyman/openlp/versionfix/+merge/13365
Your team OpenLP Core is subscribed to branch lp:openlp.
=== modified file 'openlp/core/utils/__init__.py'
--- openlp/core/utils/__init__.py 2009-10-12 04:43:02 +0000
+++ openlp/core/utils/__init__.py 2009-10-14 18:00:33 +0000
@@ -30,6 +30,8 @@
__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())
Follow ups