Revert accidental commit of my local changes

This commit is contained in:
Raoul Snyman 2014-09-08 22:43:21 +02:00
parent 40edebdab0
commit 08bacf69b2
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
mv openlp/core/resources.py openlp/core/resources.py.old
# Create the new data from the updated qrc
pyrcc4-3.3 -py3 -o openlp/core/resources.py.new resources/images/openlp-2.qrc
pyrcc4 -py3 -o openlp/core/resources.py.new resources/images/openlp-2.qrc
# Remove patch breaking lines
cat openlp/core/resources.py.new | sed '/# Created: /d;/# by: /d' > openlp/core/resources.py