Review: Needs Fixing 81 + if os.name != 'nt': 82 + del get_locale_key_windows_test
Do it the other way around:
if os.name == 'nt':
def bla(self):
--
https://code.launchpad.net/~whydoubt/openlp/fix_core_tests/+merge/184700
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

