mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-30 05:08:35 +00:00
8 lines
140 B
Python
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)
|
|
|