Files
picard/data/compile.py
Lukáš Lalinský 596a82c288 Lots and lots of changes...
* Use Qt Designer UI files for the options dialog
 * More complete Mutagen metadata plugin
 * Tagz (TaggerScript) implementation
 * More usable configuration system
 * Some coding style changes (PEP-008)
2006-09-14 21:20:15 +02:00

8 lines
140 B
Python

#!/usr/bin/env python
import os.path
pyfile = os.path.join("..", "picard", "resources.py")
os.system("pyrcc4 picard.qrc -o %s" % pyfile)