← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~whydoubt/openlp/fix_core_tests into lp:openlp

 

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.


References