openlp/openlp/core
alisonken1@gmail.com 907e1df129 - Update string format to Python3 style
- Added projector multiple lamp values test
- Updated strings for translation (they should all be ok now)
- Fix merge conflicts (projector_pjlink1 and projector_ui tests)

Convert string format from Python2
     '%s %s' % (value1, value2)
to Python3
     '{key1} {key2}'.format(key1=value1, key2=value2)

Jenkins down - local pep8 and tests (except windows tests) passed.

Previous Jenkins test:
--------------------------------
lp:~alisonken1/openlp/string...

bzr-revno: 2650
2016-04-23 14:48:27 +01:00
..
common Add Icon and defense tests for missing mediainfo 2016-04-23 14:45:55 +01:00
lib updates 2016-04-17 20:32:15 +01:00
ui - Update string format to Python3 style 2016-04-23 14:48:27 +01:00
__init__.py move version checker 2016-04-04 20:53:54 +01:00