forked from openlp/openlp
This is a mirror of the main OpenLP repository at https://gitlab.com/openlp/openlp
alisonken1@gmail.com
c58ce31e8b
Python2 "%s text" % value1 Python2 "%s text %s" % (value1, value2) Python3 "{var1} text {var2:02d}".format(var1=text, var2=number) - String conversions in init files - Added test for projector power state change - Remove extraneous print() call in mediainfo plugin - Fix translate() string formatting - Revert string format for re.compile() until further testing is done - Skip crosswalk.com test until their server is fixed -----..." bzr-revno: 2658 |
||
---|---|---|
documentation | ||
openlp | ||
resources | ||
scripts | ||
tests | ||
.bzrignore | ||
.coveragerc | ||
copyright.txt | ||
LICENSE | ||
MANIFEST.in | ||
openlp.py | ||
README.txt | ||
setup.cfg | ||
setup.py |
OpenLP ====== You're probably reading this because you've just downloaded the source code for OpenLP. If you are looking for the installer file, please go to the download page on the web site:: http://openlp.org/download If you're looking for how to contribute to OpenLP, then please look at the OpenLP wiki:: http://wiki.openlp.org/ Thanks for downloading OpenLP!