Review: Needs Fixing Two things... Firstly, is there a reason for a whole object to check the latest version? Why not just put a "check_version" function in the utils/__init__.py file?
Secondly, our coding standards say that only Qt-derivative classes should use camelCase method names. For all pure-Python objects, we use under_score method names. -- https://code.launchpad.net/~trb143/openlp/bitsandbobs/+merge/13188 Your team OpenLP Core is subscribed to branch lp:openlp. _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

