~bialix/qbzr/make-up-command

« back to all changes in this revision

Viewing changes to data/compile.py

  • Committer: Lukáš Lalinský
  • Date: 2006-09-03 08:56:02 UTC
  • Revision ID: lalinsky@gmail.com-20060903085602-ff81e7dac1f932b5
Use compiled resource file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
 
 
3
import os
 
4
os.system("pyrcc4 qbzr.qrc -o ../resources.py")